aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers
Commit message (Expand)AuthorAgeLines
* Update to new mail sending APIHenare Degan2013-02-25-5/+9
* Update to new mail sending APIHenare Degan2013-02-25-1/+1
* response.flash has been deprecatedHenare Degan2013-02-25-6/+6
* Correct syntax and reload for Ruby 1.9.3Henare Degan2013-02-21-1/+1
* Mark this test as pending until it's fixed. See #819Henare Degan2013-02-20-6/+9
* Spec is deprecated in favour of RSpecHenare Degan2013-02-14-1/+1
* This parameter is typecast in Rails 3Henare Degan2013-02-07-1/+1
* Handling of globbed parameters in routes has changedMatthew Landauer2013-02-01-9/+9
* Cast mail.body to string before matching with a regexMatthew Landauer2013-01-31-1/+1
* Test result of test with examples rather than another implementationMatthew Landauer2013-01-31-5/+14
* Merge branch 'i18n_rails3_preparation' into rails-3-spikeMatthew Landauer2013-01-31-9/+5
|\
| * Set locale with I18n rather than through globalizeMatthew Landauer2013-01-17-7/+7
| * Set locale in controller test by passing parameter in getMatthew Landauer2013-01-16-9/+5
* | Updated test to correctly test what it was testingMatthew Landauer2013-01-30-2/+1
* | Find is now being called with an integer rather than a string. All goodMatthew Landauer2013-01-30-1/+1
* | mail from_addrs now doesn't return the nameMatthew Landauer2013-01-29-1/+1
* | errors returns an array nowMatthew Landauer2013-01-29-1/+1
* | params_from doesn't exist anymoreMatthew Landauer2013-01-29-2/+2
* | When matching mail.body with regex cast to string firstMatthew Landauer2013-01-29-3/+3
* | Replace use of response.should send_email with checking ActionMailer::Base.de...Matthew Landauer2013-01-29-4/+4
* | 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-33/+33
* | 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-26/+26
* | Use preceding slash on paths to fixtures filesMatthew Landauer2013-01-28-4/+4
* | Disable routing filter in tests by using RoutingFilter.active rather than wri...Matthew Landauer2013-01-25-24/+16
* | Change method name as it conflicts with globalize3 method nameHenare Degan2013-01-24-1/+1
* | Merge remote-tracking branch 'mysociety/develop' into rails-3-spikeMatthew Landauer2013-01-04-58/+129
|\|
| * 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-56/+71
| * 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-7/+7
* | | response.status now returns an integerMatthew Landauer2013-01-04-6/+6
* | | Get rid of resetting of ActionController::Routing::Routes.filtersMatthew Landauer2013-01-04-28/+0
* | | integrate_views is render_views RSpec 2Henare Degan2012-12-11-47/+47
* | | The with_locale has been removed in Globalize3Henare Degan2012-12-11-9/+9
* | | Remove interlock as it's not compatible with Rails 3 and is unmaintainedHenare Degan2012-12-11-13/+0
* | | Switch to new method nameHenare Degan2012-12-11-9/+9
|/ /