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

fixes for/from specs/tests

This commit is contained in:
geemus 2010-09-09 17:50:38 -07:00
parent 136442206f
commit a963703309
142 changed files with 1338 additions and 1335 deletions

View file

@ -64,7 +64,7 @@ module Fog
}
response
else
raise Fog::AWS::EC2::NotFound.new("The security group '#{options['GroupName']}' does not exist")
raise Fog::AWS::Compute::NotFound.new("The security group '#{options['GroupName']}' does not exist")
end
end