DEV: Add system spec to check core features are working fine (#242)
This commit is contained in:
parent
2f3916c761
commit
123dc9e6d8
|
|
@ -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
|
||||||
Loading…
Reference in New Issue