aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/help_controller_spec.rb
Commit message (Collapse)AuthorAgeLines
* Redirect /help to /help/aboutGareth Rees2014-11-05-0/+9
| | | | Shouldn't really 404 on an important/accessible URL
* Add honeypot spam protection to contact formGareth Rees2014-03-31-0/+17
| | | | | Intercepts the request and redirects to the homepage if the comment field is filled in on the contact form.
* Improve HelpControllerSpecGareth Rees2014-03-31-1/+5
| | | | | - Actually assert something when getting the pages - Use named route
* Tidy HelpControllerSpecGareth Rees2014-03-31-29/+41
|
* Switch routing-filter (which takes locale out of the params and puts it in ↵Louise Crow2013-07-18-6/+0
| | | | the URL) off by default in model, controller, and helper tests. This means we can supply the locale as a param. Turn it on specifically for a couple of controller tests that test routing, and change other url localization tests into integration tests.
* Explicitly set I18n.locale in set_gettext_locale in order to get Rails to ↵0.11.0.13hotfix/0.11.0.13Louise Crow2013-06-17-2/+25
| | | | expire the template cache and trigger a lookup.
* integrate_views is render_views RSpec 2Henare Degan2012-12-11-1/+1
|
* Clear deliveries array after running spec.Louise Crow2011-02-23-0/+1
|
* Make path work in Ruby 1.9Francis Irving2010-09-15-1/+1
|
* Test code for more admin stuff, and help pages, and related HTML fixes.francis2008-03-21-0/+30