From 132575faa07384dd738e06b96ad892912d8a2725 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 30 May 2013 11:44:35 +0300 Subject: Fix routiong specs after rename of resque controller --- features/steps/shared/paths.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/steps/shared') diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb index b0d3b0f2a03..628a179ae9d 100644 --- a/features/steps/shared/paths.rb +++ b/features/steps/shared/paths.rb @@ -106,7 +106,7 @@ module SharedPaths end step 'I visit admin Resque page' do - visit admin_resque_path + visit admin_background_jobs_path end step 'I visit admin groups page' do -- cgit v1.2.1