From 1ae1c6c781c83c249758b4ae21a4ad63cecfbdf7 Mon Sep 17 00:00:00 2001 From: Kerri Hoffmann Date: Fri, 18 Mar 2022 10:15:39 -0600 Subject: [PATCH] add gem rspec_junit_formatter to test --- Gemfile | 1 + Gemfile.lock | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index 1636cf3..1fd6ea0 100644 --- a/Gemfile +++ b/Gemfile @@ -47,6 +47,7 @@ group :test do gem 'webmock' gem 'vcr' gem 'shoulda-matchers' + gem 'rspec_junit_formatter', '~> 0.2.3' end diff --git a/Gemfile.lock b/Gemfile.lock index 935315b..6392d16 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -145,6 +145,9 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.11.0) + rspec_junit_formatter (0.2.3) + builder (< 4) + rspec-core (>= 2, < 4, != 2.12.0) ruby2_keywords (0.0.5) ruby_dep (1.5.0) shoulda-matchers (5.1.0) @@ -191,6 +194,7 @@ DEPENDENCIES puma (~> 3.11) rails (~> 5.2.6, >= 5.2.6.2) rspec-rails + rspec_junit_formatter (~> 0.2.3) shoulda-matchers simplecov tzinfo-data