diff options
author | Zeger-Jan van de Weg <zegerjan@gitlab.com> | 2017-04-26 14:46:26 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-04-26 14:46:26 +0000 |
commit | 6f5b579f94c4bb3590c56e409434a15b6401afac (patch) | |
tree | b6c1cd04d1e4008151e3a93d9c67bcf5fefdea92 /Gemfile.lock | |
parent | c7df97710b5b519c8ea1b5bb92ae17579082d3f4 (diff) | |
download | gitlab-ce-6f5b579f94c4bb3590c56e409434a15b6401afac.tar.gz |
Use rspec-set to speed up examples
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 83c9bb57c3b..fb11f590110 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -659,6 +659,7 @@ GEM rspec-support (~> 3.5.0) rspec-retry (0.4.5) rspec-core + rspec-set (0.1.3) rspec-support (3.5.0) rspec_profiling (0.0.5) activerecord @@ -989,6 +990,7 @@ DEPENDENCIES rqrcode-rails3 (~> 0.1.7) rspec-rails (~> 3.5.0) rspec-retry (~> 0.4.5) + rspec-set (~> 0.1.3) rspec_profiling (~> 0.0.5) rubocop (~> 0.47.1) rubocop-rspec (~> 1.15.0) |