From 5a208918be8abb320a16fcccdd5a95c79ba4a63c Mon Sep 17 00:00:00 2001 From: Peter Boling Date: Fri, 10 Nov 2023 01:58:47 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20accidental=20duplicatio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rakefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Rakefile b/Rakefile index 1dcfcb3..099a111 100644 --- a/Rakefile +++ b/Rakefile @@ -12,7 +12,4 @@ task test: :spec require "rubocop/lts" Rubocop::Lts.install_tasks -require "kettle-soup-cover" -Kettle::Soup::Cover.install_tasks - task default: %i[spec rubocop]