remove unneeded Relation#all from WorkflowsControllerTest#status_transitions

git-svn-id: http://svn.redmine.org/redmine/trunk@12581 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-01-10 03:54:23 +00:00
parent 0a72533b59
commit c0303bf47c
1 changed files with 0 additions and 1 deletions

View File

@ -339,7 +339,6 @@ class WorkflowsControllerTest < ActionController::TestCase
WorkflowTransition.
where(conditions).
order('tracker_id, role_id, old_status_id, new_status_id').
all.
collect {|w| [w.old_status, w.new_status_id]}
end
end