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 4ac34adde0e..411134e7b8e 100644
--- a/spec/features/projects/activity/rss_spec.rb
+++ b/spec/features/projects/activity/rss_spec.rb
@@ -1,6 +1,6 @@
require 'spec_helper'
-feature 'Project Activity RSS' do
+describe 'Project Activity RSS' do
let(:project) { create(:project, :public) }
let(:user) { project.owner }
let(:path) { activity_project_path(project) }