diff options
Diffstat (limited to 'spec/unit/daemon_spec.rb')
-rw-r--r-- | spec/unit/daemon_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/daemon_spec.rb b/spec/unit/daemon_spec.rb index ea6bc95df8..9132dae389 100644 --- a/spec/unit/daemon_spec.rb +++ b/spec/unit/daemon_spec.rb @@ -79,7 +79,6 @@ describe Chef::Daemon do end it "changes the working directory to root" do - reset Dir Dir.should_receive(:chdir).with("/").and_return(0) Chef::Daemon.change_privilege end |