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

fixed mock

This commit is contained in:
Allan 2011-02-25 03:57:37 +08:00 committed by Wesley Beary
parent 8ccbd4917d
commit 5030cbb2fe

View file

@ -27,7 +27,7 @@ module Fog
@options = options
end
def run(commands)
def upload(local_path, remote_path)
Fog::Mock.not_implemented
end