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 d5f5e93 commit 09e36dfCopy full SHA for 09e36df
spec/system/core_features_spec.rb
@@ -1,6 +1,9 @@
1
# frozen_string_literal: true
2
3
RSpec.describe "Core features", type: :system do
4
+ # TODO: Stop skipping when shared example is available in stable
5
+ next if Discourse.git_branch == "stable"
6
+
7
before { enable_current_plugin }
8
9
it_behaves_like "having working core features"
0 commit comments