summaryrefslogtreecommitdiffstats
path: root/test/functional/comments_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Rails3: test: fix ordering functional/comments_controller_test.rbToshi MARUYAMA2012-02-251-1/+1
* Adds a News#commentable? method to easily specific additional rules.Jean-Philippe Lang2012-02-111-0/+9
* remove trailing white-spaces from test/functional/comments_controller_test.rb.Toshi MARUYAMA2011-08-301-10/+8
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Adds leading slash to all assert_redirected_to arguments (#6887).Jean-Philippe Lang2010-11-141-3/+3
* Refactor: move #destroy_comment method to CommentsController#destroyEric Davis2010-09-231-0/+11
* Refactor: move NewsController#add_comment to CommentsController#createEric Davis2010-09-221-0/+46