Fix the comment to verify.rb

This commit is contained in:
Scott Taylor 2009-12-04 04:52:46 -05:00
parent 2296655ca9
commit f68cad18a0

View File

@ -2,7 +2,8 @@
#
# USAGE
#
# $ ruby test/verify.rb | grep "not implemented"
# $ RUBYLIB=test ruby test/verify.rb | grep "not implemented"
require "test_helper"
class FakeFSVerifierTest < Test::Unit::TestCase