aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/api_controller_spec.rb
Commit message (Collapse)AuthorAgeLines
* Fix test and fixtures so they only fail due to missing business logic ↵Seb Bacon2012-06-06-4/+5
| | | | (corrected typo, added missing fixture data, etc)
* Test for creating a new request via the APIRobin Houston2012-06-06-0/+33
This is not yet implemented. Test first!