mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Declare simplecov as direct dependency
The undercover docs recommended to remove it from the Gemfile but that's only valid if you use only undercover. We do rely directly on the simplecov gem to generate reports though.
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -172,6 +172,7 @@ end
|
||||
group :test do
|
||||
gem 'pdf-reader'
|
||||
gem 'rails-controller-testing'
|
||||
gem 'simplecov', require: false
|
||||
gem 'undercover', require: false
|
||||
gem 'vcr', require: false
|
||||
gem 'webmock', require: false
|
||||
|
||||
@@ -990,6 +990,7 @@ DEPENDENCIES
|
||||
shoulda-matchers
|
||||
sidekiq
|
||||
sidekiq-scheduler
|
||||
simplecov
|
||||
spreadsheet_architect
|
||||
spring
|
||||
spring-commands-rspec
|
||||
|
||||
Reference in New Issue
Block a user