From b0c65978ab0eff0eca8ac374046c26398f144a18 Mon Sep 17 00:00:00 2001 From: Andrew White Date: Tue, 25 Jun 2013 12:24:06 +0100 Subject: Use old style hash syntax for 3-2-stable --- actionpack/test/dispatch/routing_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actionpack/test/dispatch/routing_test.rb b/actionpack/test/dispatch/routing_test.rb index c5a5c07b80..659c6c715e 100644 --- a/actionpack/test/dispatch/routing_test.rb +++ b/actionpack/test/dispatch/routing_test.rb @@ -530,8 +530,8 @@ class TestRoutingMapper < ActionDispatch::IntegrationTest end end - scope '/job', controller: 'job' do - scope ':id', action: 'manage_applicant' do + scope '/job', :controller => 'job' do + scope ':id', :action => 'manage_applicant' do get "/active" end end -- cgit v1.2.3