[local] fix mocked to work same as real

This commit is contained in:
geemus 2010-12-14 11:43:59 -08:00
parent 0a65a8ca4c
commit 54f15616bc
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ module Fog
@local_root
end
def path(partial)
partial
def path_to(partial)
::File.join(@local_root, partial)
end
end