Sha256: beeb5402e1955be5efc143a8fc1e1ef13bfbeadcd0350993e8562a6c575fa60d
Contents?: true
Size: 223 Bytes
Versions: 1
Compression:
Stored size: 223 Bytes
Contents
require 'test_helper' require 'tins/xt/to' module Tins class ToTest < Test::Unit::TestCase def test_to doc = to(<<-end) hello, world end assert_equal "hello, world\n", doc end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tins-0.7.1 | tests/to_test.rb |