Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

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

Merged
merged 1 commit into from
Apr 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions spec/system/core_features_spec.rb
Original file line number Diff line number Diff line change
@@ -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