aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/comment_controller_spec.rb
Commit message (Collapse)AuthorAgeLines
* Revert "Revert "Merge remote-tracking branch 'henare_github/patch-1'""Louise Crow2012-10-17-0/+11
| | | | This reverts commit 211fe84dc40d97df8aa8724906d9170ed4f78477.
* Revert "Merge remote-tracking branch 'henare_github/patch-1'"Louise Crow2012-10-09-11/+0
| | | | | | | Mistakenly merged into master. Please note that we'll want to merge this work into master on the next release, at which point we'll want to revert this reversion in order that the changes are properly re-applied. This reverts commit 54281fd50c3271835a54ab4bc08d40da09d643ee, reversing changes made to 793ca358c37458e6cc4385d2366621aaee93a25e.
* Add an option to disable comments on a requestRobin Houston2012-09-19-0/+11
| | | | Closes #30.
* Handle the case where someone wants to add an annotation to a successful ↵Louise Crow2012-08-23-0/+20
| | | | | | external request. Fixes #563.
* Load all fixtures for all testsRobin Houston2012-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 independentlyJames McKinney2011-10-16-1/+1
|
* Make sure the :public_body_translation fixture is included everywhere the ↵Robin Houston2011-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.9Francis Irving2010-09-15-1/+1
|
* Update changed URL.francis2008-08-29-1/+1
|
* Prevent double posting of comments, and test code for that.francis2008-08-26-23/+8
|
* Test code for comments.francis2008-08-26-0/+76