Skip to content

Commit

Permalink
Fix typo's in comments for skip tests Minitest Patch (#1564)
Browse files Browse the repository at this point in the history
  • Loading branch information
kotp authored Aug 22, 2023
1 parent ba816d4 commit b398ad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/disable_skip.rb
Original file line number Diff line number Diff line change
@@ -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 <fiename_test.rb>
# ruby -I../lib -rdisable_skip <filename_test.rb>

module Minitest
class Test
Expand Down

0 comments on commit b398ad4

Please sign in to comment.