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

implicitly add not_implemented mocks

This commit is contained in:
geemus 2011-02-09 16:22:32 -08:00
parent bc236b94c3
commit c673c28b16
247 changed files with 19 additions and 1962 deletions

View file

@ -30,14 +30,6 @@ module Fog
end
end
module Mock
def power_off(vapp_id)
Fog::Mock.not_implemented
end
end
end
end
end