Skip to content

Commit

Permalink
add gem rspec_junit_formatter to test
Browse files Browse the repository at this point in the history
  • Loading branch information
kbhoffmann committed Mar 18, 2022
1 parent e068196 commit 1ae1c6c
Show file tree
Hide file tree
Showing 2 changed files with 5 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 :test do
gem 'webmock'
gem 'vcr'
gem 'shoulda-matchers'
gem 'rspec_junit_formatter', '~> 0.2.3'
end


Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1ae1c6c

Please sign in to comment.