aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/outgoing_message_spec.rb
Commit message (Collapse)AuthorAgeLines
* Load all fixtures for all testsRobin Houston2012-01-31-2/+0
| | | | | | | | | The ad hoc specification of fixtures has been an ongoing source of bugs in the tests. The straw that broke the camel’s back is that 7c6eb09 requires the fixtures to be loaded in order (i.e. children before their parents), and it would have been a painful process to reorder all the dozens of different fixture lists, but the test system ought to be more reliable this way.
* allow specs to run independentlyJames McKinney2011-10-16-2/+2
|
* Internationalise the salution, making sure it's OK to miss out the public ↵Seb Bacon2011-08-15-0/+7
| | | | body name as they might in French. Fixes #134.
* Fix URLFrancis Irving2010-10-04-1/+1
|
* Make path work in Ruby 1.9Francis Irving2010-09-15-1/+1
|
* Add missing fixtureFrancis Irving2010-03-10-1/+1
| | | | This bug only happened when the tests were run in a certain order.
* Simpler check works on new Rails, when the other doesn'tFrancis Irving2009-12-03-1/+1
|
* Change censor rules to apply to strings in place, so using less memory on ↵francis2009-09-15-0/+22
| | | | | | large strings. Add lots of test code for censor rules.
* Link redactions of email address and mobile phone numbers to the helptony2009-05-09-0/+4
| | | | pages about this.
* split into distinct named teststony2009-03-22-10/+11
|
* Blank out emails in outgoing messages. Hope I've got every case.francis2009-03-07-1/+20
|
* Stub specs.francis2007-10-31-0/+8