aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Collapse)AuthorAgeLines
* Fix remember me.Francis Irving2009-12-22-0/+9
|
* Test for attaching attachments case, where the email attached is offFrancis Irving2009-12-22-0/+74
| | | | type octet-stream, so we don't know it is an email until later.
* Remove test that doesn't seem to matter, and should be fixed in coreFrancis Irving2009-12-22-8/+12
| | | | Rails
* Test for previewing followupsFrancis Irving2009-12-22-0/+11
|
* Fix bug that stopped re-editing requests workingFrancis Irving2009-12-22-0/+9
|
* Test case for substring bug due to stemming, and fix for it.Francis Irving2009-12-18-5/+10
|
* Basic test of loading CSV into modelFrancis Irving2009-12-17-0/+35
|
* Make query in this test reflect what happens in actual controller moreFrancis Irving2009-12-17-4/+4
|
* Email when request becomes long overdueFrancis Irving2009-12-16-0/+25
|
* Fix overdue email text for new policy and for schools.Francis Irving2009-12-16-2/+19
|
* Save the model that was changed.Francis Irving2009-12-16-1/+1
|
* Mock the new is_school? functionFrancis Irving2009-12-16-1/+2
|
* Fix some tests.Francis Irving2009-12-13-2/+20
|
* Extend long stop deadline to 60 working days for schools.Francis Irving2009-12-11-2/+54
| | | | Change basic display text.
* Add very overdue state with 40 working days.Francis Irving2009-12-10-2/+16
|
* Symmetrically, put a time in this testFrancis Irving2009-12-10-1/+1
|
* Make sure fixture has expected sent date.Francis Irving2009-12-10-0/+4
|
* Test case for search where a user name is substring of anotherFrancis Irving2009-12-07-21/+56
|
* Function to call Xapian index update.Francis Irving2009-12-07-0/+5
|
* Note that profile photo isn't finished.Francis Irving2009-12-07-2/+2
|
* Comment what bug this is testing.Francis Irving2009-12-07-0/+3
|
* Fixing specs - stub render_partial not renderLouise Crow2009-12-06-11/+11
|
* Change salutation from "Sir or Madam" to name of authority.Francis Irving2009-12-04-5/+5
|
* Correctly take delivery of mail in new testFrancis Irving2009-12-04-1/+20
|
* Make IO.popen mocking not break later calls to popenFrancis Irving2009-12-04-6/+10
|
* Make fix for return path when using sendmail have testFrancis Irving2009-12-04-0/+72
|
* Rename spec files to libs, and to end _specFrancis Irving2009-12-03-0/+0
|
* Remove clause seemingly not needed in new RailsFrancis Irving2009-12-03-2/+2
|
* Fix test to work with new way of uudecodingFrancis Irving2009-12-03-2/+6
|
* Simpler check works on new Rails, when the other doesn'tFrancis Irving2009-12-03-1/+1
|
* Ooops, git error 101 (added these when I made them, rather thanFrancis Irving2009-12-02-72/+5
| | | | when they were finished being edited)
* Test for TMail fix for a particular message. Monkey patch doesn't quiteFrancis Irving2009-12-02-0/+164
| | | | work yet.
* Apply dynamic FCGI fix properly (even if we don't use it) - it used toFrancis Irving2009-12-02-0/+81
| | | | be just a version control patch.
* Apply Timezone fix patch that used to be just a change in versionFrancis Irving2009-12-02-0/+81
| | | | control, using instead a proper tested monkey patch in lib
* Changing rspec / rspec_on_rails versionFrancis Irving2009-12-02-12/+2
|
* Part of upgrade to rails 2.3.2Francis Irving2009-12-02-0/+10
|
* Test for PostgreSQL slash escaping bugFrancis Irving2009-12-01-0/+25
| | | | | http://blog.aradine.com/2009/09/rubys-marshal-and-activerecord-and.html https://rails.lighthouseapp.com/projects/8994/tickets/1063-binary-data-broken-with-postgresql-adapter
* Migrate to using a binary database field for storing raw emails, rather than ↵Francis Irving2009-10-30-5/+5
| | | | | | text. Does it gradually, so existing column is left alone to speed things up.
* So fixtures and deliveries are right when run in alphabetical order.Francis Irving2009-10-29-3/+4
|
* Make it always run rake tasks in same order (fixtures for view tests canFrancis Irving2009-10-29-3/+0
| | | | otherwise behave unpredictably)
* Reflect behaviour change in 1e74ce210dd3584fbed6f53d2c0360045d7161b5Francis Irving2009-10-29-3/+3
|
* Give this the right name.Francis Irving2009-10-29-0/+0
|
* Make number of days explicit.francis2009-10-26-3/+3
|
* Add extra test.francis2009-10-19-0/+11
|
* League table for classification game.francis2009-10-14-2/+2
| | | | | Show progress of game with Google chart. Don't require login for main game page.
* Remove debugging.francis2009-10-04-2/+3
|
* Forgot to add this.francis2009-10-04-0/+69
|
* Move the actual messages sent to authorities into a separate mailer model ↵francis2009-10-04-66/+0
| | | | class (so can give them different layout, but is nice anyhow)
* Change formatting of outgoing emails.francis2009-10-04-1/+3
|
* Don't send overdue alerts, or request for clarification alerts to banned usersfrancis2009-10-03-1/+31
|