summaryrefslogtreecommitdiffstats
path: root/test/functional/issue_statuses_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-8/+34
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-5/+3
* 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
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-2/+2
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-2/+2
* Fixed duplicate test names (#18306).Jean-Philippe Lang2014-11-081-2/+2
* add missing fixture to test/functional/issue_statuses_controller_test.rbToshi MARUYAMA2014-11-031-1/+1
* Default status per tracker (#5991).Jean-Philippe Lang2014-11-021-2/+15
* use escaped "can't" constant at IssueStatusesControllerTestToshi MARUYAMA2014-02-041-2/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-8/+17
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-1/+1
* Fixed some more test/functional/*_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-1/+1
* Upgrade to Rails 3.2.8 (#11758).Jean-Philippe Lang2012-09-021-2/+2
* Adds functional tests.Jean-Philippe Lang2012-02-231-0/+14
* Do not change settings in tests.Jean-Philippe Lang2011-12-151-18/+11
* Resourcified issue statuses.Jean-Philippe Lang2011-11-221-3/+3
* Adds API response to /issue_statuses to get the list of all available statuse...Jean-Philippe Lang2011-11-201-0/+12
* remove trailing white-spaces from test/functional/issue_statuses_controller_t...Toshi MARUYAMA2011-08-311-11/+11
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Refactor: Merged IssueStatusesController#list and #index.Eric Davis2010-02-121-8/+7
* Adds a Setting to control how an Issue's done_ratio is calculated:Eric Davis2009-12-111-0/+23
* Adds a few functional tests.Jean-Philippe Lang2009-11-071-0/+73