Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2017-08-14 21:26:53 +0300
committerRobert Speicher <robert@gitlab.com>2017-08-14 21:26:53 +0300
commitbd36637bdb45efebf2f1eb1119510a5708d83452 (patch)
tree73710c9ccf1081975a45e3ad867f3f78f5b32ccb /spec/spec_helper.rb
parentb5bc0fca068af0268d6bfb0deb8a72f37be76b6c (diff)
parentcaa498fd315fde3d4189da0b0293961dbcfa5e92 (diff)
Merge branch '35804-document-table-based-tests' into 'master'
Use rspec-parameterized for table-based tests Closes #35804 See merge request !13469
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 0cddbe89833..3eea39d4bf4 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? ||