summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2018-08-14 14:56:02 -0500
committerRobert Speicher <rspeicher@gmail.com>2018-08-15 16:04:16 -0500
commit268d23de46525cc18b805f09bf3eb3a1aa6aa8b8 (patch)
tree541d409907090c09a23434eab8a9363e1838bfb8 /spec/spec_helper.rb
parentcfec435a64ec7571a8333dc754afac0a41ebc6d8 (diff)
downloadgitlab-shell-268d23de46525cc18b805f09bf3eb3a1aa6aa8b8.tar.gz
Update rspec to 3.8.0; remove rspec-its
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index bce3eff..d93f88d 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,7 +1,5 @@
ROOT_PATH = File.expand_path(File.join(File.dirname(__FILE__), ".."))
-require 'rspec/its'
-
require 'simplecov'
SimpleCov.start