spec/slicehost/requests/create_slice_spec.rb in fog-0.0.38 vs spec/slicehost/requests/create_slice_spec.rb in fog-0.0.39
- old
+ new
@@ -9,10 +9,10 @@
end
end
it "should return proper attributes" do
# flavor_id 1: 256 ram, image_id 3: Gentoo 2008.0
- actual = slicehost.create_slice(1, 3, 'fogslice').body
+ actual = slicehost.create_slice(1, 3, 'fog_create_slice').body
actual['addresses'].should be_a(Array)
# actual['backup-id'].should be_an(Integer)
actual['bw-in'].should be_an(Float)
actual['bw-out'].should be_an(Float)
actual['flavor-id'].should be_an(Integer)