summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-30 11:44:35 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-30 11:44:35 +0300
commit132575faa07384dd738e06b96ad892912d8a2725 (patch)
treec86d07a2bb2f926454e86c519df13a68afa5b327 /features
parent888e493b82435a074938aa25f823c2c9b0fb8026 (diff)
downloadgitlab-ce-132575faa07384dd738e06b96ad892912d8a2725.tar.gz
Fix routiong specs after rename of resque controller
Diffstat (limited to 'features')
-rw-r--r--features/steps/shared/paths.rb2
1 files changed, 1 insertions, 1 deletions
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