summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-21 09:14:53 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-21 09:14:53 -0700
commit208938d042b6ed3b2839ba96b0e4dafd7d257712 (patch)
treeae29ff3025e92043766aa51e40d7f9fa7c7fdb1a /Gemfile
parentc0e5919c4dda94ec468165d5a21fcba2186c4994 (diff)
downloadchef-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--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 7a9faae768..61176cb926 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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