DEV: Add system spec to check core features are working fine

This commit is contained in:
Loïc Guitaut 2025-04-01 17:39:22 +02:00
parent bf2a4bdb3e
commit 6e0ee2cb73
No known key found for this signature in database
1 changed files with 7 additions and 0 deletions

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