summaryrefslogtreecommitdiffstats
path: root/test/functional/issue_moves_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* code layout clean up of 'should "allow adding a note when copying"' at test/f...Toshi MARUYAMA2011-09-251-1/+4
* code layout clean up of 'should "allow changing the issue's attributes"' at t...Toshi MARUYAMA2011-09-251-2/+6
* code layout clean up of 'should "allow not changing the issue's attributes"' ...Toshi MARUYAMA2011-09-251-1/+4
* remove duplicate fixtures from test/functional/issue_moves_controller_test.rbToshi MARUYAMA2011-09-251-2/+1
* Rails3: replace "all" fixtures at test/functional/issue_moves_controller_test.rbToshi MARUYAMA2011-09-251-1/+10
* remove trailing white-spaces from test/functional/issue_moves_controller_test...Toshi MARUYAMA2011-08-311-7/+7
* Do not show inactive issue priorities where not necessary (#8573).Jean-Baptiste Barth2011-06-131-0/+19
* Fixed: notes are lost when copying issue(s) (#6901, #8239).Jean-Philippe Lang2011-04-291-0/+13
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Fixes unsafe assertion that may cause failures.Jean-Philippe Lang2010-12-101-2/+2
* Adds leading slash to all assert_redirected_to arguments (#6887).Jean-Philippe Lang2010-11-141-1/+1
* Allow adding notes when moving issuesEric Davis2010-10-251-1/+13
* Allow changing the Priority when moving issues.Eric Davis2010-10-251-0/+13
* Fix path to test_helperEric Davis2010-08-121-1/+1
* Refactor: Extract a new IssueMovesController from IssuesController.Eric Davis2010-08-111-0/+99