summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 2fab44c..b84b302 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -22,8 +22,10 @@ RSpec.configure do |config|
config.filter_run_excluding :requires_root => true unless root?
config.run_all_when_everything_filtered = true
- config.treat_symbols_as_metadata_keys_with_true_values = true
config.warnings = true
+ config.expect_with :rspec do |c|
+ c.syntax = :expect
+ end
end