Commit a9908342 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix project_path helper arguments in wiki specs

parent 320ad563
......@@ -7,7 +7,7 @@ feature 'Projects > Wiki > User creates wiki page', :js do
project.team << [user, :master]
sign_in(user)
visit project_path(project.namespace, project)
visit project_path(project)
end
context 'in the user namespace' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment