1
0
mirror of synced 2026-08-05 18:26:57 +00:00
Files
Jarek Radosz 6bf2d448bc DEV: Update linting and add types (#102)
* DEV: Update linting and add types

* DEV: Update linting and add types
2026-01-28 11:52:21 +00:00

8 lines
154 B
Ruby

# frozen_string_literal: true
RSpec.describe "Core features" do
before { enable_current_plugin }
it_behaves_like "having working core features"
end