Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2018-08-31 13:22:33 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2018-09-03 15:59:55 +0300
commit789fae50fb643201aee178c3748df5b7bce588c6 (patch)
tree517aef61b904fe697666dacf8d25f3d67f732469 /Gemfile.lock
parent0e9dc23d4622332c3f8874ba024cac9aa28277a3 (diff)
Enable JUnit results for rspec
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
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)