Skip to content

Commit

Permalink
feat: add rspec_junit_formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
LucDelmon committed Sep 15, 2022
1 parent 6f8600b commit 10d9481
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ group :development do
end

group :test do
gem 'rspec_junit_formatter'
gem 'rspec-sidekiq'
gem 'simplecov', require: false
gem 'timecop'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ GEM
rspec-core (~> 3.0, >= 3.0.0)
sidekiq (>= 2.4.0)
rspec-support (3.10.2)
rspec_junit_formatter (0.5.1)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.31.2)
json (~> 2.3)
parallel (~> 1.10)
Expand Down Expand Up @@ -266,6 +268,7 @@ DEPENDENCIES
rails (~> 6.1.4, >= 6.1.4.1)
rspec-rails
rspec-sidekiq
rspec_junit_formatter
rubocop
rubocop-rails
rubocop-rspec
Expand Down

0 comments on commit 10d9481

Please sign in to comment.