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

Fixed some cut and paste fail with the currently unwritten Mocks

This commit is contained in:
James W. Brinkerhoff 2011-01-20 13:52:02 -05:00 committed by geemus
parent 221581844a
commit 92906b74a1
3 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ module Fog
end
class Mock
def images_list
def devices_list
Fog::Mock.not_implemented
end
end

View file

@ -17,7 +17,7 @@ module Fog
end
class Mock
def images_list
def voxcloud_create( options )
Fog::Mock.not_implemented
end
end

View file

@ -25,7 +25,7 @@ module Fog
end
class Mock
def images_list
def voxcloud_status( device_id = nil )
Fog::Mock.not_implemented
end
end