specs: remove rspec_junit_formatter

It was unsed by CircleCI to generate test reports in the JUnit XML
format, but:

- We now use Github Actions, which has its own reporting system,
- It prevents us to upgrade to rspec > 3.
This commit is contained in:
Pierre de La Morinerie 2021-03-09 14:47:58 +01:00
parent 6b52390324
commit 5bf499baa0
2 changed files with 0 additions and 4 deletions

View file

@ -115,7 +115,6 @@ group :development, :test do
gem 'graphql-schema_comparator' gem 'graphql-schema_comparator'
gem 'mina', git: 'https://github.com/mina-deploy/mina.git', require: false # Deploy gem 'mina', git: 'https://github.com/mina-deploy/mina.git', require: false # Deploy
gem 'pry-byebug' # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'pry-byebug' # Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'rspec_junit_formatter', require: false
gem 'rspec-rails' gem 'rspec-rails'
gem 'simple_xlsx_reader' gem 'simple_xlsx_reader'
gem 'spring' # Spring speeds up development by keeping your application running in the background gem 'spring' # Spring speeds up development by keeping your application running in the background

View file

@ -588,8 +588,6 @@ GEM
rspec-mocks (~> 3.10) rspec-mocks (~> 3.10)
rspec-support (~> 3.10) rspec-support (~> 3.10)
rspec-support (3.10.2) rspec-support (3.10.2)
rspec_junit_formatter (0.4.1)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.10.0) rubocop (1.10.0)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.0.0.0) parser (>= 3.0.0.0)
@ -855,7 +853,6 @@ DEPENDENCIES
rgeo-geojson rgeo-geojson
rqrcode rqrcode
rspec-rails rspec-rails
rspec_junit_formatter
rubocop rubocop
rubocop-rails_config rubocop-rails_config
rubocop-rspec-focused rubocop-rspec-focused