aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/api_controller_spec.rb
Commit message (Expand)AuthorAgeLines
* Spec is deprecated in favour of RSpecHenare Degan2013-02-14-1/+1
* Use preceding slash on paths to fixtures filesMatthew Landauer2013-01-28-2/+2
* No need to specify extension when testing particular template is renderedMatthew Landauer2013-01-04-2/+2
* response.status now returns an integerMatthew Landauer2013-01-04-5/+5
* Add option to load_file_fixture to specify that the file contents should just...Louise Crow2012-12-04-2/+1
* The absence of an API key in an API request should be a permission denied err...Louise Crow2012-12-03-6/+19
* Make regex for space normalization more unambiguous - it's the spaces at the ...Louise Crow2012-11-29-55/+55
* add magic encoding comment to specsJames McKinney2012-10-10-1/+2
* Add a since_date parameter to the API feedRobin Houston2012-09-10-0/+15
* Update other testsRobin Houston2012-09-07-20/+25
* API errors should be JSONRobin Houston2012-09-04-0/+32
* JSON new events feedRobin Houston2012-07-04-1/+39
* Atom feed of request eventsRobin Houston2012-07-04-0/+16
* API controller tests all passRobin Houston2012-06-18-3/+15
* WIP attachment uploading via APIRobin Houston2012-06-06-4/+20
* Test for attaching a file via the APIRobin Houston2012-06-06-0/+36
* Correct comment\Robin Houston2012-06-06-1/+1
* Use a fixture for the external requestRobin Houston2012-06-06-4/+8
* API: Some testing of show_requestRobin Houston2012-06-06-0/+13
* API: test also for refusal conditionsRobin Houston2012-06-06-0/+39
* API: add followup to requestRobin Houston2012-06-06-13/+61
* API: we can add a response to a requestRobin Houston2012-06-06-0/+60
* API create_request method is workingRobin Houston2012-06-06-1/+2
* Fix test and fixtures so they only fail due to missing business logic (correc...Seb Bacon2012-06-06-4/+5
* Test for creating a new request via the APIRobin Houston2012-06-06-0/+33