| Commit message (Expand) | Author | Age | Lines |
* | added missing outgoing_messages fixture to test | David Cabo | 2011-07-26 | -1/+1 |
* | Only prepend locales to paths when there's more than one locale to choose from. | Seb Bacon | 2011-07-15 | -0/+23 |
* | Make test description be accurate | Seb Bacon | 2011-07-14 | -1/+1 |
* | Merge branch 'master' of github.com:sebbacon/alaveteli | Seb Bacon | 2011-07-14 | -1/+4 |
|\ |
|
| * | Make the tests work with authentication | Robin Houston | 2011-07-13 | -1/+4 |
* | | Fix bug on categorisation page that was stopping game from working | Seb Bacon | 2011-07-14 | -0/+49 |
|/ |
|
* | test with state other than "requires_admin" (as that state sends emails and b... | Seb Bacon | 2011-07-13 | -1/+1 |
* | don't test routing filters at same time as other tests | Seb Bacon | 2011-07-13 | -1/+2 |
* | fix "custom request states" request controller test | Seb Bacon | 2011-07-12 | -0/+3 |
* | Refactor custom states loading (use class methods where appropriate, simplify... | Seb Bacon | 2011-07-12 | -8/+15 |
* | override config for tests | Seb Bacon | 2011-07-12 | -0/+3 |
* | ensure we don't load custom states from plugins when running tests | Seb Bacon | 2011-07-12 | -1/+1 |
* | Improve factoring out of custom states code (refactor a little, add tests) | Seb Bacon | 2011-07-12 | -0/+110 |
* | changes to get tests to pass with IZ fork and new routing-filter gem | Seb Bacon | 2011-07-11 | -48/+59 |
* | merge from master | Seb Bacon | 2011-07-07 | -1/+1 |
|\ |
|
| * | Remove the translate_routes plugin, for now, because it appears to | Robin Houston | 2011-07-06 | -1/+1 |
* | | Changes required to get selishta (Kosovo) fork merges to pass tests. Include... | Seb Bacon | 2011-07-06 | -2/+2 |
* | | fix up basic auth for admin settings: get credentials from config, cause defa... | Seb Bacon | 2011-07-06 | -5/+39 |
* | | When testing, don't HTML-validate Unauthorized responses | Seb Bacon | 2011-07-06 | -1/+7 |
|/ |
|
* | include necessary fixtures to get tests always to pass even when run on their... | Seb Bacon | 2011-06-28 | -2/+2 |
* | Add tests for the external_command library, and fix a bug | Robin Houston | 2011-06-22 | -0/+62 |
* | Replace STDERR.puts by $stderr.puts elsewhere, which is potentially more flex... | Robin Houston | 2011-06-21 | -5/+5 |
* | Get rid of commented-out STDERR.puts messages | Robin Houston | 2011-06-21 | -4/+0 |
* | Correct an operator precendence bug in request_controller, and add a test for... | Robin Houston | 2011-06-21 | -6/+35 |
* | Argh! Another spec that uses the :public_bodies fixture and needs | Robin Houston | 2011-06-20 | -0/+1 |
* | Test that PublicBody.first_letter is correctly set on save | Robin Houston | 2011-06-15 | -1/+13 |
* | merge WTDK changes to master (preparation for closing WTDK branch and deployi... | Seb Bacon | 2011-06-14 | -6/+5 |
|\ |
|
| * | Move the non-fixture files in spec/fixtures to their own subdirectory, | Robin Houston | 2011-06-10 | -6/+5 |
| * | Don't store passwords in post_params. | Louise Crow | 2011-05-16 | -2/+2 |
* | | Make sure the template rendering happens within the scope of | Seb Bacon | 2011-06-13 | -0/+7 |
* | | Make sure the :public_body_translation fixture is included everywhere the :pu... | Robin Houston | 2011-06-09 | -31/+31 |
* | | Don't store passwords in post_params. | Louise Crow | 2011-05-16 | -2/+1 |
* | | Adding missing fixture. | Louise Crow | 2011-04-07 | -7/+6 |
* | | Merge branch 'master' of github.com:sebbacon/alaveteli | Seb Bacon | 2011-04-01 | -0/+33 |
|\| |
|
| * | Monkeypatching TMail parser to fix case where multiple addresses in the to: f... | Louise Crow | 2011-03-28 | -0/+33 |
* | | further test fixage | Seb Bacon | 2011-04-01 | -4/+8 |
* | | some test fixage | Seb Bacon | 2011-03-11 | -8/+10 |
* | | new i18n tests for controllers and associated fixes | Seb Bacon | 2011-03-10 | -7/+81 |
* | | Reindexing xapian before running track alert spec | Louise Crow | 2011-03-10 | -2/+2 |
* | | further i18n of public bodies; start to fix tests | Seb Bacon | 2011-03-10 | -0/+43 |
|/ |
|
* | merge from master (post-CSRF changes) | Seb Bacon | 2011-03-09 | -141/+180 |
|\ |
|
| * | Check that full error message is being displayed without interpolated attribu... | Louise Crow | 2011-02-24 | -1/+1 |
| * | Changing expected sender from list to string when string is passed to STMP - ... | Louise Crow | 2011-02-23 | -1/+1 |
| * | Clear deliveries array after running spec. | Louise Crow | 2011-02-23 | -0/+1 |
| * | Mock a few more things so that we're not actually saving to the db. | Louise Crow | 2011-02-23 | -12/+18 |
| * | Running the callbacks more specific than calling save! here and avoids having... | Louise Crow | 2011-02-23 | -14/+14 |
| * | Mock a few more things now foreign key constraints are being enforced in the ... | Louise Crow | 2011-02-23 | -49/+54 |
| * | Mock out a few more things now foreign key constraints are being enforced in ... | Louise Crow | 2011-02-23 | -39/+50 |
| * | Use destroy rather than delete to remove the public body in this xapian test.... | Louise Crow | 2011-02-23 | -2/+2 |
| * | Adding required info_request_event fixture. | Louise Crow | 2011-02-23 | -1/+1 |