mirror of
https://github.com/discourse/discourse-signatures.git
synced 2026-09-17 23:52:13 -04:00
8 lines
154 B
Ruby
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
|