Closed paul-e-allen closed 8 years ago
Hey @paul-e-allen take a look at https://coveralls.io/github/CU-CloudCollab/cucloud_ruby which shows test coverage to the library. It will show you which lines are not currently be hit by test. You can run the coverage report locally with:
coveralls report
One you have a 100% coverage we can merge.
looks great
I've create a RdsUtils class that currently deals mostly with RDS snapshots. The spec tests are minimal because I'm new to that. It should meet rubocop and documentation standards.