summaryrefslogtreecommitdiff
path: root/chef-config/spec/spec_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef-config/spec/spec_helper.rb')
-rw-r--r--chef-config/spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/spec/spec_helper.rb b/chef-config/spec/spec_helper.rb
index 557f1f6432..fb6e78a6b1 100644
--- a/chef-config/spec/spec_helper.rb
+++ b/chef-config/spec/spec_helper.rb
@@ -1,4 +1,4 @@
-require "chef-utils"
+require "chef-utils" unless defined?(ChefUtils)
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
RSpec.configure do |config|