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/rds
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
..
helper.rb [aws|rds] Refactor RDS model & collection tests 2011-06-04 08:03:25 -04:00
parameter_group_tests.rb [aws|rds] Refactor RDS model & collection tests 2011-06-04 08:03:25 -04:00
parameter_groups_tests.rb [aws|rds] Refactor RDS model & collection tests 2011-06-04 08:03:25 -04:00
security_group_tests.rb [compute|aws] fix compute accessor in tests 2011-07-21 16:47:36 -05:00
security_groups_tests.rb [aws|rds] Refactor RDS model & collection tests 2011-06-04 08:03:25 -04:00
server_tests.rb [aws|rds] Allow string or symbol hash keys. 2011-07-30 23:12:29 -04:00
servers_tests.rb [aws|rds] Refactor RDS model & collection tests 2011-06-04 08:03:25 -04:00
snapshot_tests.rb [aws|rds] Refactor RDS model & collection tests 2011-06-04 08:03:25 -04:00
snapshots_tests.rb [aws|rds] Refactor RDS model & collection tests 2011-06-04 08:03:25 -04:00