From 3b4a11f3bc0f86e91e5a2038faec8f9134e5d596 Mon Sep 17 00:00:00 2001 From: Glenn Date: Sun, 21 Aug 2022 13:31:08 +0200 Subject: [PATCH] refactor: Use the new syntax for symbols --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 289e643..f38abc5 100644 --- a/Rakefile +++ b/Rakefile @@ -25,4 +25,4 @@ end Rake::Task[:spec].enhance ['spec:rubocop'] -task :default => :spec +task default: :spec