1
0
mirror of synced 2026-05-22 18:33:15 +00:00

DEV: Add system spec to check core features are working fine (#116)

This commit is contained in:
Loïc Guitaut
2025-04-09 15:01:33 +02:00
committed by GitHub
parent d65428689b
commit a2dbdcb442
+7
View File
@@ -0,0 +1,7 @@
# frozen_string_literal: true
RSpec.describe "Core features", type: :system do
before { upload_theme_or_component }
it_behaves_like "having working core features"
end