rdavid1099 / rypass

Terminal-based password generator and storage application
MIT License
1 stars 0 forks source link

Improve Overall Test Coverage #34

Open rdavid1099 opened 7 years ago

rdavid1099 commented 7 years ago

Right now we sit at about 76% coverage, I want that to get up to at least 85%. Run rake test:all checkout the coverage report generated by SimpleCov and write tests for any method that is not currently being tested.

andrewdwooten commented 7 years ago

@rdavid1099 Happy to help contribute to your test coverage if you'd still like help.

rdavid1099 commented 7 years ago

That would be great. Thanks for reaching out. Be sure to take a look at CONTRIBUTING.md before making a PR. 😄