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.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/provider/mount/aix_spec.rb b/spec/unit/provider/mount/aix_spec.rb
index 92aa8177f2..89de47038a 100644
--- a/spec/unit/provider/mount/aix_spec.rb
+++ b/spec/unit/provider/mount/aix_spec.rb
@@ -217,7 +217,7 @@ ENABLED
mount = true
options = rw
ETCFILESYSTEMS
-
+
filesystems = StringIO.new
::File.stub!(:open).with("/etc/filesystems", "w").and_yield(filesystems)
@@ -234,4 +234,4 @@ ETCFILESYSTEMS
@provider.run_action(:disable)
end
end
-end \ No newline at end of file
+end