diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 7a4d034a..4c73626f 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -28,4 +28,8 @@ config.mock_with :rspec do |c| c.yield_receiver_to_any_instance_implementation_blocks = true end + config.expect_with :rspec do |c| + c.syntax = :expect + end + config.raise_errors_for_deprecations! end