Don't verify partial doubles because it breaks some specs

This commit is contained in:
Morgan Lieberthal 2015-08-27 01:43:17 -06:00
parent b709770a79
commit 4109534c12
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ RSpec.configure do |config|
end
config.mock_with :rspec do |mocks|
mocks.verify_partial_doubles = true
mocks.yield_receiver_to_any_instance_implementation_blocks = true
end