summaryrefslogtreecommitdiff
path: root/spec/unit/config_spec.rb
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2013-09-16 14:46:52 -0700
committerJohn Keiser <jkeiser@opscode.com>2013-09-16 14:46:52 -0700
commit03557d29a827a29065f323ca498869d0fefd3f02 (patch)
tree1e59aeaa04395d2e1cf47ac719ca9259ba8ceb47 /spec/unit/config_spec.rb
parent8fa661058877d5b465f4969e8fef9475af8f96a8 (diff)
downloadchef-03557d29a827a29065f323ca498869d0fefd3f02.tar.gz
Reset configuration before each test
Diffstat (limited to 'spec/unit/config_spec.rb')
-rw-r--r--spec/unit/config_spec.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/unit/config_spec.rb b/spec/unit/config_spec.rb
index 0460e4dc71..c13b3e378f 100644
--- a/spec/unit/config_spec.rb
+++ b/spec/unit/config_spec.rb
@@ -29,11 +29,6 @@ describe Chef::Config do
Chef::Config.reset
end
- after :all do
- # Be a good citizen
- Chef::Config.reset
- end
-
describe "config attribute writer: chef_server_url" do
before do
Chef::Config.chef_server_url = "https://junglist.gen.nz"