summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-05-21 16:02:17 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-21 16:02:17 -0700
commit5c9a5ac86a1c1c8f192b7c00ebb7613b8991832f (patch)
tree6a427b7779238ec9752cc5eb5b38411998ab66be /Gemfile
parent499df5276e668302357d305bc55568eceaf53dd0 (diff)
downloadchef-5c9a5ac86a1c1c8f192b7c00ebb7613b8991832f.tar.gz
Remove simplecov for testing as we already did in chef 16
We're not using this Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 87854affaf..e777af2ce1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -67,7 +67,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
@@ -86,6 +85,7 @@ eval_gemfile("./Gemfile.local") if File.exist?("./Gemfile.local")
# These lines added for Windows development only.
# For FFI to call into PowerShell we need the binaries and assemblies located
# in the Ruby bindir.
+# The Powershell DLL source lives here: https://github.com/chef/chef-powershell-shim
#
# We copy (and overwrite) these files every time "bundle <exec|install>" is
# executed, just in case they have changed.