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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Williams <bwilliams@gitlab.com>2022-06-23 15:41:06 +0300
committerBrian Williams <bwilliams@gitlab.com>2022-06-23 15:42:48 +0300
commit769ea6ff714849aea4c3ac68f9f7efcdcb4bf8ec (patch)
tree4c14c638fb831e03260167dad68aa84ba2b2273c /Gemfile
parentcb654d1504769109f688b5d2d5636c9a2141008f (diff)
Add tests for edit_on_gitlab helper
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 057b4641..b2b23bdb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -22,6 +22,7 @@ end
group :test, :development do
gem 'highline', '~> 2.0.0'
gem 'rspec', '~> 3.11.0'
+ gem 'rspec-parameterized', '~> 0.5.1'
gem 'pry-byebug', '~> 3.9.0', require: false
gem 'gitlab-styles', '~> 7.1.0', require: false
end