Skip to content

Commit 7640fde

Browse files
authored
DEV: Add short explanations for the core features specs (#78)
1 parent e3fc82d commit 7640fde

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

spec/system/core_features_spec.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# frozen_string_literal: true
22

3+
# Parts of the core features examples can be skipped like so:
4+
# it_behaves_like "having working core features", skip_examples: %i[login likes]
5+
#
6+
# List of keywords for skipping examples:
7+
# login, likes, profile, topics, topics:read, topics:reply, topics:create,
8+
# search, search:quick_search, search:full_page
9+
#
10+
# For more details, see https://meta.discourse.org/t/-/361381
311
RSpec.describe "Core features", type: :system do
412
before { enable_current_plugin }
513

0 commit comments

Comments
 (0)