summaryrefslogtreecommitdiff
path: root/spec/features/projects/activity/rss_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/activity/rss_spec.rb')
-rw-r--r--spec/features/projects/activity/rss_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/activity/rss_spec.rb b/spec/features/projects/activity/rss_spec.rb
index 7333c465ae0..b054f543dc6 100644
--- a/spec/features/projects/activity/rss_spec.rb
+++ b/spec/features/projects/activity/rss_spec.rb
@@ -3,7 +3,7 @@ require 'spec_helper'
feature 'Project Activity RSS' do
let(:user) { create(:user) }
let(:project) { create(:empty_project, visibility_level: Gitlab::VisibilityLevel::PUBLIC) }
- let(:path) { activity_namespace_project_path(project.namespace, project) }
+ let(:path) { activity_project_path(project) }
before do
create(:issue, project: project)