From: Toshi MARUYAMA Date: Fri, 10 Jan 2014 03:54:23 +0000 (+0000) Subject: remove unneeded Relation#all from WorkflowsControllerTest#status_transitions X-Git-Tag: 2.5.0~318 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c0303bf47c1fd9c0b6e2188d9ca56f604a65ebed;p=redmine.git 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 001cb1a4e..1f5c9122b 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