From 9a236897480d7ad5fa13d1d3b5d4a91b6c072a61 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Wed, 29 Jan 2014 22:50:38 -0800 Subject: ripping out rspec_reset entirely --- spec/unit/provider/mount/mount_spec.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'spec/unit/provider/mount/mount_spec.rb') 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 -- cgit v1.2.1