From 6859a4c833eb0a76ee40fb82fdf6246602d85ea8 Mon Sep 17 00:00:00 2001 From: "Garen J. Torikian" Date: Tue, 11 Feb 2020 15:02:54 +0000 Subject: [PATCH] ticks --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index e677e247..d2ce39a4 100644 --- a/Rakefile +++ b/Rakefile @@ -14,7 +14,7 @@ RuboCop::RakeTask.new(:rubocop) task default: %i[spec proof_readme] task :test do - Rake::Task["spec"].invoke + Rake::Task['spec'].invoke end task :proof_readme do