summaryrefslogtreecommitdiff
path: root/features/steps/shared/paths.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/shared/paths.rb')
-rw-r--r--features/steps/shared/paths.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb
index 2713e20a91e..444e1d0c2fd 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -165,7 +165,7 @@ module SharedPaths
end
Given "I visit my project's wiki page" do
- visit project_wiki_path(@project, :index)
+ visit project_wiki_path(@project, :home)
end
When 'I visit project hooks page' do
@@ -260,7 +260,7 @@ module SharedPaths
end
Given 'I visit project wiki page' do
- visit project_wiki_path(@project, :index)
+ visit project_wiki_path(@project, :home)
end
def root_ref