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:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-02-06 13:00:01 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-02-06 13:00:01 +0300
commitb76bf63f01a24d8f4e3db5ad591e75bba65c2ef4 (patch)
treed1290e90319110d6b2f296e44d4c70e26ef706d3 /Gemfile
parente1632cb8075bd3605b6ba1a074cdf9a5a633b6d5 (diff)
Add tests for a new class representing GitLab Docs page
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index f1e2e8de..021dc58b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -23,4 +23,5 @@ end
group :test, :development do
gem 'scss_lint', '~> 0.57', require: false
gem 'highline', '~> 2.0'
+ gem 'rspec', '~> 3.5'
end