We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fddb4f3 commit 78c6227Copy full SHA for 78c6227
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 { upload_theme_or_component }
5
6
+ it_behaves_like "having working core features"
7
+end
0 commit comments