OSDN Git Service

Fix features
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Sun, 27 Jan 2013 12:10:42 +0000 (14:10 +0200)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Sun, 27 Jan 2013 12:10:42 +0000 (14:10 +0200)
features/steps/shared/paths.rb

index e397ff8..0cfadfd 100644 (file)
@@ -34,11 +34,11 @@ module SharedPaths
   end
 
   Given 'I visit dashboard issues page' do
-    visit dashboard_issues_path
+    visit issues_dashboard_path
   end
 
   Given 'I visit dashboard merge requests page' do
-    visit dashboard_merge_requests_path
+    visit merge_requests_dashboard_path
   end
 
   Given 'I visit dashboard search page' do