summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-08-21 12:18:12 -0700
committerGitHub <noreply@github.com>2020-08-21 12:18:12 -0700
commit08ce9e5c47af33114454b3d422575990d15d2a05 (patch)
tree6c0660ce5a4037e78d74100be7f086211201cefd /spec/spec_helper.rb
parentd3e3be2979fe9036cd478857952281540afa36f2 (diff)
parente5cb3198c6ee34032625d8eef16e0710c5c89ed0 (diff)
downloadmixlib-authentication-08ce9e5c47af33114454b3d422575990d15d2a05.tar.gz
Merge pull request #53 from chef/requires
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 4fd27f0..f10ee93 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -19,4 +19,4 @@
$:.unshift File.expand_path(File.join(File.dirname(__FILE__), "..", "lib")) # lib in mixlib-authentication
-require "rubygems"
+require "rubygems" unless defined?(Gem)