summaryrefslogtreecommitdiff
path: root/spec/features/projects/show/rss_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/show/rss_spec.rb')
-rw-r--r--spec/features/projects/show/rss_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/show/rss_spec.rb b/spec/features/projects/show/rss_spec.rb
index 52164d30c40..4d9135b9677 100644
--- a/spec/features/projects/show/rss_spec.rb
+++ b/spec/features/projects/show/rss_spec.rb
@@ -1,6 +1,6 @@
require 'spec_helper'
-feature 'Projects > Show > RSS' do
+describe 'Projects > Show > RSS' do
let(:user) { create(:user) }
let(:project) { create(:project, :repository, visibility_level: Gitlab::VisibilityLevel::PUBLIC) }
let(:path) { project_path(project) }