From 8a692a1c89b4ede14119b20502783cbc4107acc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Guitaut?= Date: Thu, 22 May 2025 16:40:52 +0200 Subject: [PATCH] DEV: Add short explanations for the core features specs --- spec/system/core_features_spec.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/spec/system/core_features_spec.rb b/spec/system/core_features_spec.rb index db86db2..7560889 100644 --- a/spec/system/core_features_spec.rb +++ b/spec/system/core_features_spec.rb @@ -1,5 +1,13 @@ # frozen_string_literal: true +# Parts of the core features examples can be skipped like so: +# it_behaves_like "having working core features", skip_examples: %i[login likes] +# +# List of keywords for skipping examples: +# login, likes, profile, topics, topics:read, topics:reply, topics:create, +# search, search:quick_search, search:full_page +# +# For more details, see https://meta.discourse.org/t/-/361381 RSpec.describe "Core features", type: :system do before { enable_current_plugin }