summaryrefslogtreecommitdiff
path: root/spec/support/filesystem_helpers.rb
diff options
context:
space:
mode:
authorGarrett Honeycutt <garrett@puppetlabs.com>2012-08-29 00:20:34 +0200
committerGarrett Honeycutt <garrett@puppetlabs.com>2012-08-29 00:20:34 +0200
commitd4f68c2b28e08158b53e3f7606c94de7481bc74a (patch)
treee9ce8e971d06edccedecf89f40295394be8f166d /spec/support/filesystem_helpers.rb
parentf3acccdfb8af8d98c8fc9c8e287ab22d27d62dac (diff)
Removes trailing whitespace
Diffstat (limited to 'spec/support/filesystem_helpers.rb')
-rw-r--r--spec/support/filesystem_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/filesystem_helpers.rb b/spec/support/filesystem_helpers.rb
index 08345b4..15e2ca7 100644
--- a/spec/support/filesystem_helpers.rb
+++ b/spec/support/filesystem_helpers.rb
@@ -3,7 +3,7 @@ module FilesystemHelpers
def expects_chdir(path = resource.value(:path))
Dir.expects(:chdir).with(path).at_least_once.yields
end
-
+
def expects_mkdir(path = resource.value(:path))
Dir.expects(:mkdir).with(path).at_least_once
end