diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2018-08-31 12:22:33 +0200 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2018-09-03 14:59:55 +0200 |
commit | 789fae50fb643201aee178c3748df5b7bce588c6 (patch) | |
tree | 517aef61b904fe697666dacf8d25f3d67f732469 /Gemfile.rails5.lock | |
parent | 0e9dc23d4622332c3f8874ba024cac9aa28277a3 (diff) | |
download | gitlab-ce-789fae50fb643201aee178c3748df5b7bce588c6.tar.gz |
Enable JUnit results for rspec
Diffstat (limited to 'Gemfile.rails5.lock')
-rw-r--r-- | Gemfile.rails5.lock | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Gemfile.rails5.lock b/Gemfile.rails5.lock index f9ec29cde90..9f0c8497e1f 100644 --- a/Gemfile.rails5.lock +++ b/Gemfile.rails5.lock @@ -786,6 +786,8 @@ GEM rspec-core rspec-set (0.1.3) rspec-support (3.7.1) + rspec_junit_formatter (0.4.1) + rspec-core (>= 2, < 4, != 2.12.0) rspec_profiling (0.0.5) activerecord pg @@ -1162,6 +1164,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) @@ -1213,4 +1216,4 @@ DEPENDENCIES wikicloth (= 0.8.1) BUNDLED WITH - 1.16.3 + 1.16.4 |