templates/spec_helper.rb in bankai-0.5.1 vs templates/spec_helper.rb in bankai-0.6.0

- old
+ new

@@ -15,6 +15,10 @@ config.mock_with :rspec do |mocks| mocks.verify_partial_doubles = true end config.shared_context_metadata_behavior = :apply_to_host_groups + + config.expect_with :rspec do |c| + c.syntax = :expect + end end