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

This commit is contained in:
Loïc Guitaut
2025-04-09 14:56:06 +02:00
committed by GitHub
parent b0af86f12b
commit 3dd59a60da
+7
View File
@@ -0,0 +1,7 @@
# frozen_string_literal: true
RSpec.describe "Core features", type: :system do
before { enable_current_plugin }
it_behaves_like "having working core features"
end