summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-09-25 18:24:55 -0700
committerGitHub <noreply@github.com>2020-09-25 18:24:55 -0700
commit6aa7ece419adadb908cc2e3f83238707b87391f3 (patch)
tree9f458d687df1c96dd5bdc6f57de08cd983b5fc49
parent9ccb4f2bf87483d2a8009b17b91f2f2484f003b3 (diff)
parent78a1a38962a209aa0795be4b17b6c9d1a9ef0711 (diff)
downloadchef-6aa7ece419adadb908cc2e3f83238707b87391f3.tar.gz
Merge pull request #10466 from chef/remove-unnecessary-config-setting-in-test
Remove unncessary test state.
-rw-r--r--spec/unit/data_collector_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/unit/data_collector_spec.rb b/spec/unit/data_collector_spec.rb
index 6d9d5e2379..63531663ee 100644
--- a/spec/unit/data_collector_spec.rb
+++ b/spec/unit/data_collector_spec.rb
@@ -26,10 +26,6 @@ require "socket"
# actually running -- another testing requirement similar to the integration testing framework in cheffish as well)
#
describe Chef::DataCollector do
- before(:each) do
- Chef::Config[:enable_reporting] = true
- end
-
let(:node) { Chef::Node.new }
let(:rest_client) { double("Chef::ServerAPI (mock)") }