Sha256: 09fa11b17ef0bcd2f52107ab0bd809a8dd5dfc058eb5e49b03115d10efe14b31
Contents?: true
Size: 259 Bytes
Versions: 6
Compression:
Stored size: 259 Bytes
Contents
SPEC_DIR = File.dirname(__FILE__) lib_path = File.expand_path("#{SPEC_DIR}/../lib") $LOAD_PATH.unshift lib_path unless $LOAD_PATH.include?(lib_path) require 'allowance' def insist(what) what.should == true end def refuse(what) what.should == false end
Version data entries
6 entries across 6 versions & 1 rubygems