DEV: Enable smoke specs again

Now that `stable` provides the smoke specs, we can enable them again for
this plugin.
This commit is contained in:
Loïc Guitaut 2025-04-30 12:31:35 +02:00 committed by Loïc Guitaut
parent 548f9e214b
commit 930ec25105
1 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,7 @@
# frozen_string_literal: true
# TODO: Stop skipping when shared example is available in stable
# RSpec.describe "Core features", type: :system do
# before { enable_current_plugin }
RSpec.describe "Core features", type: :system do
before { enable_current_plugin }
# it_behaves_like "having working core features"
# end
it_behaves_like "having working core features"
end