summaryrefslogtreecommitdiffstats
path: root/test/functional/issue_categories_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use #media_type instead of #content_type to test the MIME type of a response ...Go MAEDA2020-01-271-3/+3
* cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/issue_...Toshi MARUYAMA2019-11-241-23/+44
* 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-14/+69
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-8/+4
* 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
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at IssueCategor...Toshi MARUYAMA2014-01-081-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-7/+0
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-2/+2
* Fixed some more test/functional/*_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-1/+2
* Start removing the RJS stuff.Jean-Philippe Lang2012-07-191-6/+13
* Use a modal form to create a category from the issue form.Jean-Philippe Lang2012-05-241-1/+3
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Adds assertions for r9572.Jean-Philippe Lang2012-04-291-0/+2
* Adds functional tests.Jean-Philippe Lang2012-02-231-0/+24
* REST API for issue categories (#9553).Jean-Philippe Lang2011-11-201-5/+5
* Resourcified issue categories (#9553).Jean-Philippe Lang2011-11-201-11/+31
* remove trailing white-spaces from test/functional/issue_categories_controller...Toshi MARUYAMA2011-08-311-12/+12
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Refactor: Move the rest of the routing tests to RoutingTest.Eric Davis2010-04-211-11/+0
* Moves ProjectsController#add_issue_category to IssueCategoriesController#new.Jean-Philippe Lang2010-03-061-0/+29
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Adds some functional tests.Jean-Philippe Lang2009-03-011-0/+78