aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/request_controller_spec.rb
Commit message (Expand)AuthorAgeLines
* 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
* Merge remote-tracking branch 'mysociety/develop' into rails-3-spikeMatthew Landauer2013-01-04-3/+86
|\
| * Only serve up 'similar' pages up to the offset we use for list.Louise Crow2012-12-17-0/+8
| * Adding mocking of incoming message id.Louise Crow2012-12-17-0/+1
| * Rewrite specs that were in spec/controller/application_controller as full-sta...Louise Crow2012-12-17-0/+27
| * Merge branch 'hotfix/authenticate-and-expire-download-zips' into developLouise Crow2012-12-13-1/+11
| |\
| | * Check that a request is publicly visible before generating a download link.Louise Crow2012-12-13-1/+11
| * | Merge branch 'hotfix/no-html-conversion-for-hidden' into developLouise Crow2012-12-13-0/+15
| |\|
| | * Don't offer or allow viewing of an HTML version of a response attachment if t...Louise Crow2012-12-13-0/+15
| * | Reformat for line length, add the expected response code.Louise Crow2012-12-13-2/+9
| * | Don't offer or allow viewing of an HTML version of a request if it is hidden,...Louise Crow2012-12-13-0/+15
* | | No need to specify extension when testing particular template is renderedMatthew Landauer2013-01-04-5/+5
* | | integrate_views is render_views RSpec 2Henare Degan2012-12-11-15/+15
* | | Remove interlock as it's not compatible with Rails 3 and is unmaintainedHenare Degan2012-12-11-13/+0
|/ /
* | Fix syntax of example email. The number of expected attachments was based on ...Louise Crow2012-12-04-1/+1
* | Use new function that copies existing xapian index in spec setup where a clea...Louise Crow2012-11-21-1/+1
|/
* Add spec - currently failing due to typo.Louise Crow2012-10-23-0/+42
* Add extra checks from https://github.com/mysociety/alaveteli/commit/cdb1c9420...Louise Crow2012-10-23-2/+4
* Adding new spec from https://github.com/mysociety/alaveteli/commit/cdb1c94201...Louise Crow2012-10-23-2/+13
* Add an option to disable comments on a requestRobin Houston2012-09-19-0/+16
* Bugfix in spec.Louise Crow2012-09-11-1/+1
* Record a status update by someone other than the request owner as a request c...Louise Crow2012-09-11-2/+12
* Update references to point to the mySociety repo.Louise Crow2012-08-29-1/+1
* Now that external request followups can't be made and status can't be updated...Louise Crow2012-08-23-12/+104
* Don't allow status updates on external requests from the front end interface ...Louise Crow2012-08-23-259/+331
* Don't show 'requester only' actions for an external request.Louise Crow2012-08-23-0/+12
* Don't error on a request to followup an external request.Louise Crow2012-08-23-0/+16
* Use user_name to supply the user name for an internal or external request in ...Louise Crow2012-08-22-32/+42
* Fix admin links in the case where an external request is viewed by an admin u...Louise Crow2012-08-22-0/+12
* Don't send comment alerts for external requests.Louise Crow2012-08-22-0/+10
* Re-enable testing of comment links in emails.Louise Crow2012-08-22-7/+2
* Fix comment typo.Louise Crow2012-08-22-2/+2
* Don't pass a page param of less than one through to Xapian, treat it as a par...Louise Crow2012-08-21-1/+8
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developLouise Crow2012-08-20-0/+6
|\
| * Fail with NotFound if request slug doesn't existRobin Houston2012-08-20-0/+6