aboutsummaryrefslogtreecommitdiffstats
path: root/config/environments/test.rb
Commit message (Collapse)AuthorAgeLines
* Add a dummy exception notification address for testingLouise Crow2013-11-12-0/+5
| | | | | | ActionMailer now checks for a 'to' address on sending mail, so supply one so that we can check exception notification mail sending. Also check that we have one before trying to call the exception notification code.
* See how we go not disabling this nowHenare Degan2013-03-03-2/+0
|
* Add some new Rails 3 settings and tidy up environments filesHenare Degan2012-12-11-3/+6
|
* Upgrade environment configurationsHenare Degan2012-12-11-19/+20
|
* fix path to patch for Ruby 1.9James McKinney2012-11-01-1/+1
|
* Don't load gems in environment now we use bundlerSeb Bacon2012-03-09-2/+0
|
* Avoid need to be db superuser to run testsRobin Houston2012-01-31-0/+2
| | | | | Add a patch from louisecrow (https://github.com/mysociety/fixmytransport/blob/master/lib/patches/fixtures_constraint_disabling.rb) that makes it possible to run the tests without being a database superuser.
* Fail silently if third party services are broken or unavailable. Fixes #354.Seb Bacon2012-01-17-0/+1
|
* merge from master (post-CSRF changes)Seb Bacon2011-03-09-0/+5
|\
| * Disable CSRF protection in the test environmentLouise Crow2011-02-24-1/+4
| |
| * Add rspec-rails as a dependency for the test env.Louise Crow2011-02-23-1/+3
| |
* | ensure tests run with test environmentSeb Bacon2011-02-25-1/+1
|/
* Default Rails gumph.francis2007-08-01-0/+19