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

[ibm] Can't access Fog::Compute::IBM::Location class from here, just check if ID returned

This commit is contained in:
Decklin Foster 2012-02-29 00:16:43 -05:00
parent 73d97e2e6c
commit 952f5f0362

View file

@ -31,8 +31,8 @@ Shindo.tests('Fog::Storage[:ibm] | volume', ['ibm']) do
returns(nil) { @volume.instance }
end
tests("Fog::Storage::IBM::Volume#location") do
returns(Fog::Compute::IBM::Location) { @volume.location.class }
tests("Fog::Storage::IBM::Volume#location_id") do
returns(String) { @volume.location_id.class }
end
tests('Fog::Storage::IBM::Volume#id') do