diff options
author | John Keiser <jkeiser@opscode.com> | 2013-09-16 14:46:52 -0700 |
---|---|---|
committer | John Keiser <jkeiser@opscode.com> | 2013-09-16 14:46:52 -0700 |
commit | 03557d29a827a29065f323ca498869d0fefd3f02 (patch) | |
tree | 1e59aeaa04395d2e1cf47ac719ca9259ba8ceb47 /spec/functional/knife/exec_spec.rb | |
parent | 8fa661058877d5b465f4969e8fef9475af8f96a8 (diff) | |
download | chef-03557d29a827a29065f323ca498869d0fefd3f02.tar.gz |
Reset configuration before each test
Diffstat (limited to 'spec/functional/knife/exec_spec.rb')
-rw-r--r-- | spec/functional/knife/exec_spec.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/functional/knife/exec_spec.rb b/spec/functional/knife/exec_spec.rb index 7b31bcebbf..455160fd5c 100644 --- a/spec/functional/knife/exec_spec.rb +++ b/spec/functional/knife/exec_spec.rb @@ -26,8 +26,6 @@ describe Chef::Knife::Exec do end before(:each) do - Chef::Config.reset - @knife = Chef::Knife::Exec.new @api = TinyServer::API.instance @api.clear @@ -40,8 +38,6 @@ describe Chef::Knife::Exec do end after(:all) do - # Be a good citizen - Chef::Config.reset @server.stop end |