summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-03-02 10:36:35 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2015-03-02 10:36:35 -0800
commit7fa488a8a90547d46474e22128584bdad4dae509 (patch)
tree292c57e427af0af064486ec32d8a1fe44ef681af
parent91eff901bdad40f91dc5592d76fba7c927f2c03c (diff)
downloadchef-jdm/verify_partial_doubles.tar.gz
Verify partial doublesjdm/verify_partial_doubles
-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