spec/spec_helper.rb in enju_library-0.1.2 vs spec/spec_helper.rb in enju_library-0.2.0.beta.1
- old
+ new
@@ -35,10 +35,10 @@
# library (such as bogus or mocha) by changing the `mock_with` option here.
config.mock_with :rspec do |mocks|
# Prevents you from mocking or stubbing a method that does not exist on
# a real object. This is generally recommended, and will default to
# `true` in RSpec 4.
- mocks.verify_partial_doubles = true
+ mocks.verify_partial_doubles = false
end
# The settings below are suggested to provide a good initial experience
# with RSpec, but feel free to customize to your heart's content.
=begin