mirror of
https://github.com/discourse/discourse-social-share.git
synced 2026-08-31 23:14:26 +00:00
8 lines
158 B
Ruby
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
|