pcorliss / ruby_route_53

Ruby gem and command line tool for Amazon's Route 53 service.
blog.50projects.com
GNU General Public License v3.0
172 stars 32 forks source link

Please merge integration test #15

Closed apeckham closed 10 years ago

apeckham commented 13 years ago

Philip,

Thank you for ruby_route_53!

These changes add an integration test that creates and deletes actual zones and records with AWS. It uses VCR to record AWS's responses, and uses the recorded responses on future runs. 68% of the lines are executed by the test.

I'd like to do more -- refactoring, unit testing and adding features -- but I'd first like to have this integration test in place to prevent regressions.

Thanks,

Aaron

pcorliss commented 10 years ago

This reply is long-long overdue, but I've integrated some specs but went another direction. Thanks for the pull request but closing for now.