summaryrefslogtreecommitdiff
path: root/spec/unit/provider/mount/aix_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/provider/mount/aix_spec.rb')
-rw-r--r--spec/unit/provider/mount/aix_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/unit/provider/mount/aix_spec.rb b/spec/unit/provider/mount/aix_spec.rb
index 9a34a6d21d..3371c270c5 100644
--- a/spec/unit/provider/mount/aix_spec.rb
+++ b/spec/unit/provider/mount/aix_spec.rb
@@ -126,10 +126,9 @@ ENABLED
@provider.run_action(:mount)
end
- it "should not mount resource if it is already mounted and the options have not changed" do
+ it "should not mount resource if it is already mounted" do
stub_mounted_enabled(@provider, @mounted_output, "")
- allow(@provider).to receive(:mount_options_unchanged?).and_return(true)
expect(@provider).not_to receive(:mount_fs)
@provider.run_action(:mount)