Skip to content

Commit b398ad4

Browse files
authored
Fix typo's in comments for skip tests Minitest Patch (#1564)
1 parent ba816d4 commit b398ad4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/disable_skip.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'minitest/autorun'
2-
# You can use this to disabe all skips in the current exercise by issuing the
2+
# You can use this to disable all skips in the current exercise by issuing the
33
# following command:
4-
# ruby -I../lib -rdisable_skip <fiename_test.rb>
4+
# ruby -I../lib -rdisable_skip <filename_test.rb>
55

66
module Minitest
77
class Test

0 commit comments

Comments
 (0)