Commit
d0c953ce5cb1cdd54c2e7958733f17816cde2c51
Exists in
master
and in
11 other branches
angular_poc, backup-7-jan-2016, export-comment-paragraph, login-captcha, new_video_plugin, refactor_with_role, refactor_with_role_scope, remove_profile_cat_icons, staging, theme-brasil-digital-from-staging, travis
rspec3: enable deprecated should syntax
|
| @@ -0,0 +1,11 @@ |
| @@ -0,0 +1,11 @@ |
|
| |
1
| +require 'rspec' |
|
| |
2
| + |
|
| |
3
| +# FIXME: should syntax is DEPRECATED |
|
| |
4
| +RSpec.configure do |config| |
|
| |
5
| + config.mock_with :rspec do |c| |
|
| |
6
| + c.syntax = [:should, :expect] |
|
| |
7
| + end |
|
| |
8
| + config.expect_with :rspec do |c| |
|
| |
9
| + c.syntax = [:should, :expect] |
|
| |
10
| + end |
|
| |
11
| +end |