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:
parent
0a72533b59
commit
c0303bf47c
|
@ -339,7 +339,6 @@ class WorkflowsControllerTest < ActionController::TestCase
|
||||||
WorkflowTransition.
|
WorkflowTransition.
|
||||||
where(conditions).
|
where(conditions).
|
||||||
order('tracker_id, role_id, old_status_id, new_status_id').
|
order('tracker_id, role_id, old_status_id, new_status_id').
|
||||||
all.
|
|
||||||
collect {|w| [w.old_status, w.new_status_id]}
|
collect {|w| [w.old_status, w.new_status_id]}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue