New core features system specs in plugins and themes

I recently stumbled on this issue. Here’s how the required extensions can be set:

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

  it_behaves_like "having working core features"
end