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:
authorNick Thomas <nick@gitlab.com>2017-08-10 20:23:56 +0300
committerNick Thomas <nick@gitlab.com>2017-08-11 14:57:06 +0300
commitcaa498fd315fde3d4189da0b0293961dbcfa5e92 (patch)
tree1d68d434b324691de91ef900219853c4c0a4c4b1 /Gemfile
parentb1ae717de64eee22266be4c46807009b16c64ba9 (diff)
Use rspec-parameterized for table-based tests
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 2a4b4717153..accbb5f8b63 100644
--- a/Gemfile
+++ b/Gemfile
@@ -324,6 +324,7 @@ group :development, :test do
gem 'spinach-rerun-reporter', '~> 0.0.2'
gem 'rspec_profiling', '~> 0.0.5'
gem 'rspec-set', '~> 0.1.3'
+ gem 'rspec-parameterized'
# Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826)
gem 'minitest', '~> 5.7.0'