diff --git a/spec/system/core_features_spec.rb b/spec/system/core_features_spec.rb new file mode 100644 index 0000000..db86db2 --- /dev/null +++ b/spec/system/core_features_spec.rb @@ -0,0 +1,7 @@ +# frozen_string_literal: true + +RSpec.describe "Core features", type: :system do + before { enable_current_plugin } + + it_behaves_like "having working core features" +end