1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
This commit is contained in:
Wesley Beary 2009-11-13 18:47:52 -08:00
parent 50a126335f
commit 2b89a9782f

View file

@ -18,7 +18,7 @@ describe 'EC2.create_volume' do
it "should raise a BadRequest error if volume does not exist" do
lambda {
ec2.release_address('vol-00000000')
ec2.delete_volume('vol-00000000')
}.should raise_error(Excon::Errors::BadRequest)
end