Skip to content

Commit cdf2297

Browse files
committed
DEV: Add short explanations for the core features specs
1 parent e3fc82d commit cdf2297

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

spec/system/core_features_spec.rb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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
8+
# - likes
9+
# - profile
10+
# - topics
11+
# - topics:read
12+
# - topics:reply
13+
# - topics:create
14+
# - search
15+
# - search:quick_search
16+
# - search:full_page
17+
#
18+
# For more details, see https://meta.discourse.org/t/-/361381
319
RSpec.describe "Core features", type: :system do
420
before { enable_current_plugin }
521

0 commit comments

Comments
 (0)