From 930ec2510539d10e048fda6c1fed32d78f62cd5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Guitaut?= Date: Wed, 30 Apr 2025 12:31:35 +0200 Subject: [PATCH] DEV: Enable smoke specs again Now that `stable` provides the smoke specs, we can enable them again for this plugin. --- spec/system/core_features_spec.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/spec/system/core_features_spec.rb b/spec/system/core_features_spec.rb index 9683305..db86db2 100644 --- a/spec/system/core_features_spec.rb +++ b/spec/system/core_features_spec.rb @@ -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