discourse-shared-edits/spec/system/core_features_spec.rb
2026-01-29 14:36:48 +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