Skip to content

Commit

Permalink
revert verifying doubles
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Apr 15, 2016
1 parent 5faf954 commit f85033d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ def current
Profile = Profile.new
end

# enable verified partial doubles
RSpec.configure do |config|
config.mock_with :rspec do |c|
# https://relishapp.com/rspec/rspec-mocks/v/3-0/docs/verifying-doubles/partial-doubles
c.verify_partial_doubles = true
end
end

if ENV["COVERAGE"]
require "simplecov"
SimpleCov.start do
Expand Down

0 comments on commit f85033d

Please sign in to comment.