From c0303bf47c1fd9c0b6e2188d9ca56f604a65ebed Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 10 Jan 2014 03:54:23 +0000 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 --- test/functional/workflows_controller_test.rb | 1 - 1 file changed, 1 deletion(-) 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