summaryrefslogtreecommitdiffstats
path: root/test/functional/comments_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.0-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/commen...Toshi MARUYAMA2019-11-231-4/+16
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-061-3/+3
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-4/+22
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Missing fixtures.Jean-Philippe Lang2015-01-171-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* 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