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:
parent
0a65a8ca4c
commit
54f15616bc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue