Sha256: e1143d6a3e500e1f78d103223ad5504cfcaf677c7083b4b9a957fe9cbfeb6378
Contents?: true
Size: 155 Bytes
Versions: 2
Compression:
Stored size: 155 Bytes
Contents
require 'test/unit' require 'iba' class Test::Unit::TestCase include Iba::BlockAssertion def combinator &blk Iba::Combinator.new(&blk) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
iba-0.0.5 | test/test_helper.rb |
iba-0.0.4 | test/test_helper.rb |