summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-08-10 15:23:08 -0700
committerTim Smith <tsmith@chef.io>2016-08-10 15:23:08 -0700
commitb3e6a7ee9648219acf217373e604d4e2a183972d (patch)
treec5a6e71471d2d28560a76e8dadaf5b3d91a3e68e
parent53c4acc3c4a4b4440967878dbf82ea5e9ea08741 (diff)
downloadohai-b3e6a7ee9648219acf217373e604d4e2a183972d.tar.gz
Fix rspecs runs on rspec 3.5
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--spec/spec_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 5f5491ee..8932cdc8 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,4 +1,3 @@
-require "rspec"
require "rspec/collection_matchers"
# require 'pry-debugger'