From 7fa488a8a90547d46474e22128584bdad4dae509 Mon Sep 17 00:00:00 2001 From: Jay Mundrawala Date: Mon, 2 Mar 2015 10:36:35 -0800 Subject: Verify partial doubles --- spec/spec_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 8888efc424..f3c7f84712 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -102,6 +102,7 @@ RSpec.configure do |config| end config.mock_with :rspec do |c| c.syntax = :expect + c.verify_partial_doubles = true end # Only run these tests on platforms that are also chef workstations -- cgit v1.2.1