Sha256: 511993cf253ac117ef4bf2c4b008c26fe34acf661fe1d5d8dccdc966bc9b78f6
Contents?: true
Size: 320 Bytes
Versions: 41
Compression:
Stored size: 320 Bytes
Contents
require "rubygems" require "minitest/spec" # XXX: This code stolen from logstash's test bits. # I don't really like monkeypatching, but whatever, this is probably better # than overriding the 'describe' method. class MiniTest::Spec class << self # 'it' sounds wrong, call it 'test' alias :test :it end end
Version data entries
41 entries across 39 versions & 6 rubygems