##// END OF EJS Templates
remove unneeded Relation#all from WorkflowsControllerTest#status_transitions...
Toshi MARUYAMA -
r12306:c0303bf47c1f
parent child
Show More
@@ -339,7 +339,6 class WorkflowsControllerTest < ActionController::TestCase
339 339 WorkflowTransition.
340 340 where(conditions).
341 341 order('tracker_id, role_id, old_status_id, new_status_id').
342 all.
343 342 collect {|w| [w.old_status, w.new_status_id]}
344 343 end
345 344 end
General Comments 0
You need to be logged in to leave comments. Login now