Skill-Match / skill-match-api

An API to feed JSON data of Parks and Recreation data in the Las Vegas area.
https://skill-match.herokuapp.com/api/matches
0 stars 0 forks source link

Testing #7

Open jeffnb opened 8 years ago

jeffnb commented 8 years ago

There are almost not tests. On the command side, generally accepted practice is that you move as much code out of your handle method as you can so you can simply run tests on the logic via a unit test.