From d85f73a30d48b3472346fb712106e6d5f4403278 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 17 Jan 2015 17:02:55 +0000 Subject: Upgrade to Rails 4.2.0 (#14534). git-svn-id: http://svn.redmine.org/redmine/trunk@13892 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/workflows_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/workflows_controller_test.rb') diff --git a/test/functional/workflows_controller_test.rb b/test/functional/workflows_controller_test.rb index 26d5f7734..85e0a1cf5 100644 --- a/test/functional/workflows_controller_test.rb +++ b/test/functional/workflows_controller_test.rb @@ -31,7 +31,7 @@ class WorkflowsControllerTest < ActionController::TestCase assert_template 'index' count = WorkflowTransition.where(:role_id => 1, :tracker_id => 2).count - assert_select 'a[href=?]', '/workflows/edit?role_id=1&tracker_id=2', :content => count.to_s + assert_select 'a[href=?]', '/workflows/edit?role_id=1&tracker_id=2', :content => count.to_s end def test_get_edit -- cgit v1.2.3