summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-08-10 18:23:56 +0100
committerNick Thomas <nick@gitlab.com>2017-08-11 12:57:06 +0100
commitcaa498fd315fde3d4189da0b0293961dbcfa5e92 (patch)
tree1d68d434b324691de91ef900219853c4c0a4c4b1 /spec/spec_helper.rb
parentb1ae717de64eee22266be4c46807009b16c64ba9 (diff)
downloadgitlab-ce-caa498fd315fde3d4189da0b0293961dbcfa5e92.tar.gz
Use rspec-parameterized for table-based tests
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 0ba6ed56314..55691f6716f 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -8,6 +8,7 @@ require File.expand_path("../../config/environment", __FILE__)
require 'rspec/rails'
require 'shoulda/matchers'
require 'rspec/retry'
+require 'rspec-parameterized'
rspec_profiling_is_configured =
ENV['RSPEC_PROFILING_POSTGRES_URL'].present? ||