mirror of
https://github.com/discourse/discourse-header-submenus.git
synced 2025-05-05 16:07:35 +00:00
8 lines
173 B
Ruby
8 lines
173 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
RSpec.describe "Core features", type: :system do
|
||
|
before { upload_theme_or_component }
|
||
|
|
||
|
it_behaves_like "having working core features"
|
||
|
end
|