Sha256: 49020e13b6a6bf051f207fc54b9f0905555d944dff6703645daf6e70a1395b71
Contents?: true
Size: 358 Bytes
Versions: 133
Compression:
Stored size: 358 Bytes
Contents
require "rubygems" require "minitest/spec" # Add '../lib' to the require path. $: << File.join(File.dirname(__FILE__), "..", "lib") # 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
133 entries across 129 versions & 21 rubygems