1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/aws/models
Aaron Suggs 10c0b8006c [aws|rds] Allow string or symbol hash keys.
Server#modify and #create_read_replica allow
options to be passed as symbols or strings.

This allows the same hash of attributes to be used
for creating & modifying servers.

For example, the following lines are equivalent:
  server.modify(true, :allocated_storage => 10)
  server.modify(true, 'AllocatedStorage' => 10)
2011-07-30 23:12:29 -04:00
..
auto_scaling [aws|autoscaling] mark unimplemented/unsupported tests as pending 2011-07-21 16:46:43 -05:00
cloud_watch [aws|cloudwatch] mark overly specific test as pending 2011-07-21 16:47:04 -05:00
elb [aws|elb] Raise proper IAM error for CertificateNotFound when creating an ELB or creating Listeners. 2011-07-18 17:53:32 -07:00
rds [aws|rds] Allow string or symbol hash keys. 2011-07-30 23:12:29 -04:00