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.lock | |
parent | 0e9dc23d4622332c3f8874ba024cac9aa28277a3 (diff) | |
download | gitlab-ce-789fae50fb643201aee178c3748df5b7bce588c6.tar.gz |
Enable JUnit results for rspec
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 77effb63d2e..c9fe3a5a355 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -776,6 +776,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 @@ -1149,6 +1152,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) |