spec/spec_helper.rb in i18n-js-3.2.0 vs spec/spec_helper.rb in i18n-js-3.2.1

- old
+ new

@@ -68,12 +68,12 @@ config.include Helpers # Remove deprecation warnings config.expect_with :rspec do |c| - c.syntax = [:should, :expect] + c.syntax = [:expect] end config.mock_with :rspec do |c| - c.syntax = [:should, :expect] + c.syntax = [:expect] end end