mirror of
https://ghfast.top/https://github.com/discourse/discourse-animated-avatars.git
synced 2026-07-15 11:37:01 +08:00
* DEV: Update linting and add types * DEV: Update linting and add types * DEV: Update linting and add types * DEV: Update linting and add types
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
|