We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba816d4 commit b398ad4Copy full SHA for b398ad4
1 file changed
lib/disable_skip.rb
@@ -1,7 +1,7 @@
1
require 'minitest/autorun'
2
-# 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
3
# following command:
4
-# ruby -I../lib -rdisable_skip <fiename_test.rb>
+# ruby -I../lib -rdisable_skip <filename_test.rb>
5
6
module Minitest
7
class Test
0 commit comments