summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
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