Automate testing
Closed this issue · 2 comments
michaelklishin commented
hreinhardt commented
There are no tests. I'm not sure which test library would be the most suitable for this situation. I've looked a bit at example code for the different libraries and to me hspec seems to be the cleanest, so I'd suggest you start there. It's modeled after RSpec so that might make converting the test cases a bit easier.
michaelklishin commented
#29 starts the effort and I'm working on adding a lot more tests.