Sha256: 039a8809115c9b84a33a5b65936e4c7b64dc6dba5c590cf265a4be4844bd1e97
Contents?: true
Size: 290 Bytes
Versions: 3
Compression:
Stored size: 290 Bytes
Contents
class Good end if __FILE__ == $0 require 'test/unit/ui/yaml/testrunner' class GoodTest < Test::Unit::TestCase def test_1 assert(true) end def test_2 assert(true, 'good') assert(true, 'very good') end end Test::Unit::UI::Yaml::TestRunner.run(GoodTest) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ttk-0.1.576 | test/ressources/runit/good.rb |
ttk-0.1.580 | test/ressources/runit/good.rb |
ttk-0.1.579 | test/ressources/runit/good.rb |