From c0303bf47c1fd9c0b6e2188d9ca56f604a65ebed 2014-01-10 03:54:23 From: Toshi MARUYAMA Date: 2014-01-10 03:54:23 Subject: [PATCH] remove unneeded Relation#all from WorkflowsControllerTest#status_transitions git-svn-id: http://svn.redmine.org/redmine/trunk@12581 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/workflows_controller_test.rb b/test/functional/workflows_controller_test.rb index 001cb1a..1f5c912 100644 --- a/test/functional/workflows_controller_test.rb +++ b/test/functional/workflows_controller_test.rb @@ -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