From b398ad449572d645631e31391a99a1e5c550fca6 Mon Sep 17 00:00:00 2001 From: Victor Goff Date: Tue, 22 Aug 2023 03:03:52 -0400 Subject: [PATCH] Fix typo's in comments for skip tests Minitest Patch (#1564) --- lib/disable_skip.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/disable_skip.rb b/lib/disable_skip.rb index 0f36db45f5..decc6207eb 100644 --- a/lib/disable_skip.rb +++ b/lib/disable_skip.rb @@ -1,7 +1,7 @@ require 'minitest/autorun' -# You can use this to disabe all skips in the current exercise by issuing the +# You can use this to disable all skips in the current exercise by issuing the # following command: -# ruby -I../lib -rdisable_skip +# ruby -I../lib -rdisable_skip module Minitest class Test