summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-09-30 15:02:03 -0700
committerJohn Keiser <john@johnkeiser.com>2015-09-30 15:30:49 -0700
commit949d18e80262dff407a5089c201619afb5c2221e (patch)
tree8e8ca13e46584ee50e4563bd17587959a68988f3 /Gemfile
parent5a7666d911998deabfe5d5bbd38f2eea4f7351c2 (diff)
downloadchef-949d18e80262dff407a5089c201619afb5c2221e.tar.gz
Ship our Gemfile so people can run our tests from the gemjk/external-tests
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6075622932..9d5cf0fea1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -39,7 +39,7 @@ group(:development, :test) do
# gem 'chef-rewind'
end
-instance_eval(ENV['GEMFILE_MOD'])
+instance_eval(ENV['GEMFILE_MOD']) if ENV['GEMFILE_MOD']
# If you want to load debugging tools into the bundle exec sandbox,
# add these additional dependencies into chef/Gemfile.local