aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/api_controller_spec.rb
Commit message (Expand)AuthorAgeLines
* Use since_event_id to restrict query, not just data displayed.Louise Crow2014-08-11-1/+10
* whitespacelizconlan2014-07-28-436/+434
* Sending an invalid state value to add_correspondence now aborts the entire op...lizconlan2014-07-28-29/+40
* Refactor state update API, better error handlinglizconlan2014-07-28-10/+12
* Extend add_correspondence API method to optionally accept a state paramlizconlan2014-07-28-79/+135
* New API method for updating request statelizconlan2014-07-28-277/+357
* Merge branch 'hotfix/0.16.0.6' into rails-3-developLouise Crow2014-01-28-0/+12
|\
| * Handle a request with no user in the show request function0.16.0.5hotfix/0.16.0.5Louise Crow2014-01-28-0/+12
* | Tighten up expectation, make expected files consistent.Louise Crow2014-01-17-12/+0
|/
* Set the calculated state on external requests.Louise Crow2013-08-15-0/+3
* Switch to just loading fixtures in tests as binary stringsMark Longair2013-05-16-1/+1
* 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