プラグインとテーマの新コア機能システムスペック

最近、この問題に遭遇しました。必要な拡張子を以下のように設定できます:

RSpec.describe "Core features" do
+ SiteSetting.theme_authorized_extensions = "js|css"
  before { upload_theme_or_component }

  it_behaves_like "having working core features"
end