Skip to content

Commit

Permalink
simplecov require false
Browse files Browse the repository at this point in the history
  • Loading branch information
thejonroberts committed Nov 9, 2024
1 parent 7a7927f commit b515a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ group :test do
gem "rails-controller-testing"
gem "rake"
gem "selenium-webdriver"
gem "simplecov"
gem "simplecov", require: false
gem "webmock" # HTTP request stubber
end

Expand Down

0 comments on commit b515a2d

Please sign in to comment.