mirror of
https://ghfast.top/https://github.com/discourse/discourse-whos-online.git
synced 2026-05-02 17:27:22 +08:00
7 lines
154 B
Ruby
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
|