@@ -339,7 +339,6 class WorkflowsControllerTest < ActionController::TestCase | |||||
339 | WorkflowTransition. |
|
339 | WorkflowTransition. | |
340 | where(conditions). |
|
340 | where(conditions). | |
341 | order('tracker_id, role_id, old_status_id, new_status_id'). |
|
341 | order('tracker_id, role_id, old_status_id, new_status_id'). | |
342 | all. |
|
|||
343 | collect {|w| [w.old_status, w.new_status_id]} |
|
342 | collect {|w| [w.old_status, w.new_status_id]} | |
344 | end |
|
343 | end | |
345 | end |
|
344 | end |
General Comments 0
You need to be logged in to leave comments.
Login now