1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[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

View file

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