diff options
Diffstat (limited to 'spec/unit/config_spec.rb')
-rw-r--r-- | spec/unit/config_spec.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/unit/config_spec.rb b/spec/unit/config_spec.rb index b4052f4908..3434e66b76 100644 --- a/spec/unit/config_spec.rb +++ b/spec/unit/config_spec.rb @@ -137,10 +137,6 @@ describe Chef::Config do and_return(@mockfile) end - after do - Chef::Config.log_location = STDOUT - end - it "should configure itself to use a File object based upon the String" do Chef::Config.log_location = "/var/log/chef/client.log" Chef::Config.log_location.path.should == "/var/log/chef/client.log" |