We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fc82d commit cdf2297Copy full SHA for cdf2297
spec/system/core_features_spec.rb
@@ -1,5 +1,21 @@
1
# frozen_string_literal: true
2
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
19
RSpec.describe "Core features", type: :system do
20
before { enable_current_plugin }
21
0 commit comments