Commit Graph

15 Commits

Author SHA1 Message Date
Paul Thornthwaite 6716f37c5f Replace deprecated Hash methods
Done with `rubocop --auto-correct --only DeprecatedHashMethods`
2014-05-26 16:22:08 +01:00
Paul Thornthwaite ef9a9697ab Remove trailing whitespace
Done with `rubocop --auto-correct --only TrailingWhitespace`
2014-05-26 14:44:18 +01:00
Paul Thornthwaite 330a351ade Remove trailing blank lines
Done with `rubocop --auto-correct --only TrailingBlankLines`
2014-05-26 14:35:26 +01:00
Sergio Rubio 52dbca5f20 [dreamhost|dns] Updated testing documentation
Mention that two consecutive test runs will trigger the rate limit.
2013-01-22 20:49:22 +01:00
Sergio Rubio 9dd24ab2bd [dreamhost|dns] Emulate zone model and collection, added tests
Dreamhost API has no concept of Zone, but we can emulate it.
2013-01-21 23:26:30 +01:00
Sergio Rubio 4c95f8e209 [dreamhost|dns] record tests fixes
Wait 10 secs for the new record to appear.
2013-01-21 23:04:08 +01:00
Sergio Rubio 90b5d84c6d [dreamhost|dns] added Record model tests, fix Record.save
Record.save was missing attribute merging before returning
2013-01-21 22:16:56 +01:00
Sergio Rubio b4f05f6893 [dremhost|dns] added DNS service tests 2013-01-21 21:50:05 +01:00
Sergio Rubio 87c4afcdd2 [dreamhost|dns] refactor dns requests tests
Every request now has it's own test file.
2013-01-21 21:39:24 +01:00
Sergio Rubio 87d81967fa [dreamhost|dns] Removed get_record request
- The request does not map to a Dreamhost API request, remove it.
- Updated the Records collection to use list_records instead of
  get_record in Records#get
- Added Records collection model test
2013-01-21 21:36:11 +01:00
Sergio Rubio f0d9c8aebd [dreamhost|dns] Added README.md file documenting testing procedure 2013-01-21 20:20:53 +01:00
Sergio Rubio 94e44d44e5 [dreamhost|dns] added test helpers
Also, use a helper instead of hardcoding the test domain in the tests
2013-01-21 19:52:35 +01:00
Sergio Rubio 9c041bc9d3 [dreamhost|dns] do not delete the do-not-delete record when testing 2013-01-21 19:44:23 +01:00
Sergio Rubio 05371c5a6a [dreamhost|dns] Use the new fog-dream.com domain for testing 2013-01-19 23:40:13 +01:00
Sergio Rubio 782b935a9b * [dreamhost|dns] initial import 2013-01-19 23:20:38 +01:00