summaryrefslogtreecommitdiff
path: root/spec/support/filesystem_helpers.rb
diff options
context:
space:
mode:
authorAaron Stone <aaron@serendipity.cx>2012-10-18 23:31:29 -0700
committerAaron Stone <aaron@serendipity.cx>2012-10-18 23:31:29 -0700
commit5402f4f1dd4b315f14afa671e3c2c236ac9f53ce (patch)
tree5ca2384b8d14d76b249ddaea288824e43fa972d0 /spec/support/filesystem_helpers.rb
parent86594324171caf4dc96453ed3a7b56444e48b6d1 (diff)
Remove excess 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