spec/spec_helper.rb in arrthorizer-0.1.3 vs spec/spec_helper.rb in arrthorizer-0.2.0

- old
+ new

@@ -16,6 +16,10 @@ require file end RSpec.configure do |config| config.use_transactional_fixtures = true + + config.expect_with :rspec do |c| + c.syntax = :expect + end end