次のコードはに存在しますtest/unit/this_stupid_test.rb
require 'test/unit'
class ThisStupidTest < Test::Unit::TestCase
def better_be_true
assert true
end
end
私が実行rake test:units
すると、それは言いfinished with 0 tests and 0 assertions
ます。
私が走ったときも同じことを言っていますruby test/unit/this_stupid_test.rb
何か案は?