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

Version Path
allowance-0.2.0 spec/spec_helper.rb
allowance-0.1.1 spec/spec_helper.rb
allowance-0.1.0 spec/spec_helper.rb
allowance-0.0.4 spec/spec_helper.rb
allowance-0.0.3 spec/spec_helper.rb
allowance-0.0.2 spec/spec_helper.rb