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

[ec2] fix typo in spec

This commit is contained in:
geemus 2010-05-07 10:42:43 -07:00
parent c0503ec6ce
commit af8318707a

View file

@ -39,7 +39,7 @@ describe 'EC2.attach_volume' do
AWS[:ec2].delete_volume(@volume_id)
end
it "should raise a BadRequest error if the address does not exist" do
it "should raise a BadRequest error if the volume does not exist" do
@instance_id = AWS[:ec2].run_instances(GENTOO_AMI, 1, 1).body['instancesSet'].first['instanceId']
lambda {
AWS[:ec2].attach_volume(@instance_id, 'vol-00000000', '/dev/sdh')