spec/spec_helper.rb in bigcartel-currency-locales-2.0.0 vs spec/spec_helper.rb in bigcartel-currency-locales-2.2.0

- old
+ new

@@ -10,8 +10,8 @@ RSpec.configure do |config| config.mock_with :rspec config.fail_fast = true config.expect_with(:rspec) do |c| - c.syntax = :should + c.syntax = [:should, :expect] end end