aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/request_controller_spec.rb
Commit message (Expand)AuthorAgeLines
* Fixup test issue found with config.order = 'random:5549'Matthew Landauer2013-03-26-0/+2
* Fix another order dependent test issueMatthew Landauer2013-03-19-0/+4
* Another order dependent test issue fixedMatthew Landauer2013-03-19-0/+2
* Reenable test now that we don't do HTML validation in the test suiteHenare Degan2013-03-16-9/+6
* Changed in 166b6d90bc2dc79536d8d2d145281fa340075735Henare Degan2013-03-15-1/+1
* Update to current matcher APIHenare Degan2013-03-15-2/+2
* Merge remote-tracking branch 'mysociety/develop' into rails-3-developHenare Degan2013-03-14-24/+81
|\
| * Update URLs in spec now that custom url methods have been removed.Louise Crow2013-03-13-3/+3
| * Now direct changes of state to error_message and requires_admin to a new page...Matthew Landauer2013-03-06-15/+19
| * Can also record a message when posting to RequestController#describe_stateMatthew Landauer2013-03-05-3/+21
| * Remove code added previously because on the wrong trackMatthew Landauer2013-03-05-62/+0
| * Don't allow external requests to have their state changedMatthew Landauer2013-03-04-0/+14
| * Record who changes the stateMatthew Landauer2013-03-04-1/+1
| * Fix bug when user not owner of request changing state to requires_admin email...Matthew Landauer2013-03-04-3/+12
| * Inline temporary variablesMatthew Landauer2013-03-04-0/+1
| * Simplify controller test by mock behaviour in AbilityMatthew Landauer2013-03-03-45/+13
| * Can update status when request is old and unclassifiedMatthew Landauer2013-03-03-0/+24
| * admin user can change statusMatthew Landauer2013-03-03-2/+16
| * Refactor tests a littleMatthew Landauer2013-03-03-19/+21
| * only can make the change as the owner of a requestMatthew Landauer2013-03-03-0/+14
| * Add basic authentication to new actionMatthew Landauer2013-03-03-16/+26
| * Switch to pretty urlsMatthew Landauer2013-03-02-1/+1
| * New request controller action for requires_admin state with messageMatthew Landauer2013-03-02-0/+16
| * Use routes to only allow post to RequestController#describe_stateMatthew Landauer2013-03-02-9/+5
| * Test for what happens when user is playing the classification gameMatthew Landauer2013-03-02-0/+11
| * Test for situation where request changes while user is looking at it and they...Matthew Landauer2013-03-02-0/+10
| * Test for forgetting to select the statusMatthew Landauer2013-03-02-0/+8
| * Don't integrate views here - we're not looking at a controller.Louise Crow2013-02-16-1/+0
| * Clear the purge requests in the setup for these tests so they are isolated fr...Louise Crow2013-02-16-0/+3
| * modernise redirect tests by converting to using url helpersMatthew Landauer2013-01-29-7/+7
| * Remove interlock as it's not compatible with Rails 3 and is unmaintainedHenare Degan2013-01-18-13/+0
* | Surely we expect the modified body hereHenare Degan2013-03-04-1/+1
* | Reload the object after reparsing (Rails 3.1 caching)Henare Degan2013-03-04-0/+1
* | response.redirected_to is deprecatedHenare Degan2013-03-03-1/+1
* | Rename ALL THE TEMPLATES!!1!!!one!!1!!Henare Degan2013-02-27-1/+1
* | file_name is passed as a string not an arrayHenare Degan2013-02-26-22/+21
* | Update to new mail sending APIHenare Degan2013-02-25-5/+9
* | Mark this test as pending until it's fixed. See #819Henare Degan2013-02-20-6/+9
* | Clear out ActionMailer::Base.deliveries before each test. Rspec should be doi...Matthew Landauer2013-01-29-33/+0
* | modernise redirect tests by converting to using url helpersMatthew Landauer2013-01-29-7/+7
* | When matching the body of an email to a regex cast it to a stringMatthew Landauer2013-01-29-6/+6
* | Email address returned from mail doesn't have the name part anymoreMatthew Landauer2013-01-29-9/+9
* | Pass string to paremeter in testMatthew Landauer2013-01-29-1/+1
* | When mocking ActsAsXapian can't use mock_model because it's not a modelMatthew Landauer2013-01-29-2/+2
* | Reset Actionmailer deliveries on controller tests. Apparently rspec isn't now...Matthew Landauer2013-01-29-0/+26
* | Replace use of have_text with contain from webrat or matchMatthew Landauer2013-01-29-22/+22
* | Correct use of have_selector in b37586c7165afb7b3447dfe2780169a88cb0a942.Matthew Landauer2013-01-29-9/+17
* | Replace use of have_tag with have_selector from webratMatthew Landauer2013-01-28-21/+21
* | Use preceding slash on paths to fixtures filesMatthew Landauer2013-01-28-2/+2
* | Disable routing filter in tests by using RoutingFilter.active rather than wri...Matthew Landauer2013-01-25-3/+2