1
0
mirror of synced 2026-05-22 14:23:18 +00:00
Files
discourse-custom-header-links/spec/system/core_features_spec.rb
T
Jarek Radosz 07a74c0532 DEV: Update linting and add types (#93)
* DEV: Update linting and add types

* DEV: Update linting and add types
2026-01-28 13:16:05 +00:00

8 lines
158 B
Ruby

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