summaryrefslogtreecommitdiff
path: root/spec/unit/provider/mount
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-01-29 22:50:38 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2014-01-29 22:50:38 -0800
commit9a236897480d7ad5fa13d1d3b5d4a91b6c072a61 (patch)
tree5c331a5881bd0e914c59fb2fd7b179581f06ca78 /spec/unit/provider/mount
parent6c3d64acbe052340972bba3bfc162d39a9fc240e (diff)
downloadchef-9a236897480d7ad5fa13d1d3b5d4a91b6c072a61.tar.gz
ripping out rspec_reset entirely
Diffstat (limited to 'spec/unit/provider/mount')
-rw-r--r--spec/unit/provider/mount/mount_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/provider/mount/mount_spec.rb b/spec/unit/provider/mount/mount_spec.rb
index b1339eef8a..99e78590f1 100644
--- a/spec/unit/provider/mount/mount_spec.rb
+++ b/spec/unit/provider/mount/mount_spec.rb
@@ -263,7 +263,6 @@ describe Chef::Provider::Mount::Mount do
describe "mount_fs" do
it "should mount the filesystem if it is not mounted" do
- reset @provider
@provider.should_receive(:shell_out!).with("mount -t ext3 -o defaults /dev/sdz1 /tmp/foo")
@provider.mount_fs()
end