diff options
Diffstat (limited to 'features/steps/project/archived.rb')
-rw-r--r-- | features/steps/project/archived.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/archived.rb b/features/steps/project/archived.rb index b6f1d417e21..ece6ba8ba0d 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 namespace_project_path(*project) end step 'I should not see "Archived"' do |