Skip to content

Commit 4f0234f

Browse files
authored
DEV: Add system spec to check core features are working fine (#357)
1 parent 539938b commit 4f0234f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: spec/system/core_features_spec.rb

+7
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 { enable_current_plugin }
5+
6+
it_behaves_like "having working core features"
7+
end

0 commit comments

Comments
 (0)