diff --git a/Gemfile b/Gemfile index c3c4d15..c2a99be 100644 --- a/Gemfile +++ b/Gemfile @@ -47,6 +47,7 @@ group :development do end group :test do + gem 'rspec_junit_formatter' gem 'rspec-sidekiq' gem 'simplecov', require: false gem 'timecop' diff --git a/Gemfile.lock b/Gemfile.lock index 192554d..954cb15 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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