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:
parent
548f9e214b
commit
930ec25105
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue