We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ce637 commit d8888c4Copy full SHA for d8888c4
spec/system/core_features_spec.rb
@@ -0,0 +1,7 @@
1
+# frozen_string_literal: true
2
+
3
+RSpec.describe "Core features", type: :system do
4
+ before { enable_current_plugin }
5
6
+ it_behaves_like "having working core features"
7
+end
0 commit comments