Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit d3c63e2

Browse files
authored
DEV: Add system spec to check core features are working fine (#16)
1 parent ab3c99c commit d3c63e2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spec/system/core_features_spec.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)