summaryrefslogtreecommitdiff
path: root/features/steps/project/archived.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/project/archived.rb')
-rw-r--r--features/steps/project/archived.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/archived.rb b/features/steps/project/archived.rb
index b6f1d417e21..e4847180be9 100644
--- a/features/steps/project/archived.rb
+++ b/features/steps/project/archived.rb
@@ -15,7 +15,7 @@ class Spinach::Features::ProjectArchived < Spinach::FeatureSteps
When 'I visit project "Forum" page' do
project = Project.find_by(name: "Forum")
- visit namespace_project_path(project.namespace, project)
+ visit project_path(project)
end
step 'I should not see "Archived"' do