summaryrefslogtreecommitdiff
path: root/spec/support/features/rss_shared_examples.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/features/rss_shared_examples.rb')
-rw-r--r--spec/support/features/rss_shared_examples.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/features/rss_shared_examples.rb b/spec/support/features/rss_shared_examples.rb
index 0de92aedba5..c97eeba87db 100644
--- a/spec/support/features/rss_shared_examples.rb
+++ b/spec/support/features/rss_shared_examples.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
shared_examples "an autodiscoverable RSS feed with current_user's feed token" do
it "has an RSS autodiscovery link tag with current_user's feed token" do
expect(page).to have_css("link[type*='atom+xml'][href*='feed_token=#{user.feed_token}']", visible: false)