Skip to content

Commit

Permalink
Fixed some cut and paste fail with the currently unwritten Mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
splaspood authored and geemus committed Feb 23, 2011
1 parent 2215818 commit 92906b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/fog/compute/requests/voxel/devices_list.rb
Expand Up @@ -34,7 +34,7 @@ def devices_list( device_id = nil )
end

class Mock
def images_list
def devices_list
Fog::Mock.not_implemented
end
end
Expand Down
2 changes: 1 addition & 1 deletion lib/fog/compute/requests/voxel/voxcloud_create.rb
Expand Up @@ -17,7 +17,7 @@ def voxcloud_create( options )
end

class Mock
def images_list
def voxcloud_create( options )
Fog::Mock.not_implemented
end
end
Expand Down
2 changes: 1 addition & 1 deletion lib/fog/compute/requests/voxel/voxcloud_status.rb
Expand Up @@ -25,7 +25,7 @@ def voxcloud_status( device_id = nil )
end

class Mock
def images_list
def voxcloud_status( device_id = nil )
Fog::Mock.not_implemented
end
end
Expand Down

0 comments on commit 92906b7

Please sign in to comment.