discourse-animated-avatars/spec/system/core_features_spec.rb
Jarek Radosz 46e6891f09
DEV: Update linting and add types (#62)
* DEV: Update linting and add types

* DEV: Update linting and add types

* DEV: Update linting and add types

* DEV: Update linting and add types
2026-01-28 11:47:41 +00:00

7 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