diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-04-21 09:14:53 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-04-21 09:14:53 -0700 |
commit | 208938d042b6ed3b2839ba96b0e4dafd7d257712 (patch) | |
tree | ae29ff3025e92043766aa51e40d7f9fa7c7fdb1a /Gemfile | |
parent | c0e5919c4dda94ec468165d5a21fcba2186c4994 (diff) | |
download | chef-208938d042b6ed3b2839ba96b0e4dafd7d257712.tar.gz |
Remove the unused simplecov depedency
We're not actually running these coverage tests and even if we did they don't have high value since you can game the numbers without writing quality tests.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -64,7 +64,6 @@ group(:development, :test) do gem "rspec-mocks", "~> 3.5" gem "rspec-expectations", "~> 3.5" gem "rspec_junit_formatter", "~> 0.2.0" - gem "simplecov" gem "webmock" gem "fauxhai-ng" # for chef-utils gem end |