diff options
author | Rémy Coutable <remy@rymai.me> | 2018-09-04 13:33:50 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-09-04 13:33:50 +0000 |
commit | 3a4d3dff516a187923fa2442da88b44915a9c97c (patch) | |
tree | d6b0f7b17868dbc30b37cfebcd256e06fe641a30 /Gemfile.lock | |
parent | afb49b044bcb71702edd3f5ef0139599ddc54ef5 (diff) | |
parent | 789fae50fb643201aee178c3748df5b7bce588c6 (diff) | |
download | gitlab-ce-3a4d3dff516a187923fa2442da88b44915a9c97c.tar.gz |
Merge branch 'junit-results' into 'master'
Enable JUnit results for rspec
See merge request gitlab-org/gitlab-ce!21449
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 43998d6003d..b9fa9c74919 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -770,6 +770,9 @@ GEM rspec-core rspec-set (0.1.3) rspec-support (3.7.1) + rspec_junit_formatter (0.2.3) + builder (< 4) + rspec-core (>= 2, < 4, != 2.12.0) rspec_profiling (0.0.5) activerecord pg @@ -1143,6 +1146,7 @@ DEPENDENCIES rspec-rails (~> 3.7.0) rspec-retry (~> 0.4.5) rspec-set (~> 0.1.3) + rspec_junit_formatter rspec_profiling (~> 0.0.5) rubocop (~> 0.54.0) rubocop-rspec (~> 1.22.1) |