summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorAsh McKenzie <ash@the-rebellion.net>2018-07-20 11:34:01 +1000
committerAsh McKenzie <ash@the-rebellion.net>2018-07-20 22:28:58 +1000
commitc92bfcefece5eea1fa30f75f7e99212c09b5792e (patch)
tree09b5c83caadd778e4173257469ade986665ce12e /spec/spec_helper.rb
parent41396a775e13734eeb67df715744a16b622ed7b7 (diff)
downloadgitlab-shell-c92bfcefece5eea1fa30f75f7e99212c09b5792e.tar.gz
Rspec upgrade and deprecation fixesash.mckenzie/minor-tidy-up
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index d93f88d..bce3eff 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,5 +1,7 @@
ROOT_PATH = File.expand_path(File.join(File.dirname(__FILE__), ".."))
+require 'rspec/its'
+
require 'simplecov'
SimpleCov.start