Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | integrate_views is render_views RSpec 2 | Henare Degan | 2012-12-11 | -1/+1 |
| | ||||
* | Add an option to disable comments on a request | Robin Houston | 2012-09-19 | -0/+11 |
| | | | | Closes #30. | |||
* | Handle the case where someone wants to add an annotation to a successful ↵ | Louise Crow | 2012-08-23 | -0/+20 |
| | | | | | | external request. Fixes #563. | |||
* | Load all fixtures for all tests | Robin Houston | 2012-01-31 | -1/+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 independently | James McKinney | 2011-10-16 | -1/+1 |
| | ||||
* | Make sure the :public_body_translation fixture is included everywhere the ↵ | Robin Houston | 2011-06-09 | -1/+1 |
| | | | | :public_bodies fixture is, because the PublicBody objects do not work as expected without it. | |||
* | Make path work in Ruby 1.9 | Francis Irving | 2010-09-15 | -1/+1 |
| | ||||
* | Update changed URL. | francis | 2008-08-29 | -1/+1 |
| | ||||
* | Prevent double posting of comments, and test code for that. | francis | 2008-08-26 | -23/+8 |
| | ||||
* | Test code for comments. | francis | 2008-08-26 | -0/+76 |