Sha256: 1c698c152229a9063af356bfb6d5074fb3f1f646d1ace366d8f58b54e48e5e85
Contents?: true
Size: 175 Bytes
Versions: 2
Compression:
Stored size: 175 Bytes
Contents
require 'minitest/autorun' require 'yamli' class YamliTest < Minitest::Unit::TestCase def test_simple assert_equal 'yamli', Yamli::Command.command_name end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yamli-1.0.0.pre.master.pre.alpha.pre.4 | test/test_yamli.rb |
yamli-1.0.0.pre.master.pre.alpha.pre.3 | test/test_yamli.rb |