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:
parent
221581844a
commit
92906b74a1
3 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ module Fog
|
|||
end
|
||||
|
||||
class Mock
|
||||
def images_list
|
||||
def devices_list
|
||||
Fog::Mock.not_implemented
|
||||
end
|
||||
end
|
||||
|
|
|
@ -17,7 +17,7 @@ module Fog
|
|||
end
|
||||
|
||||
class Mock
|
||||
def images_list
|
||||
def voxcloud_create( options )
|
||||
Fog::Mock.not_implemented
|
||||
end
|
||||
end
|
||||
|
|
|
@ -25,7 +25,7 @@ module Fog
|
|||
end
|
||||
|
||||
class Mock
|
||||
def images_list
|
||||
def voxcloud_status( device_id = nil )
|
||||
Fog::Mock.not_implemented
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue