Sha256: b80d2711b936116d3d66c2a33e8be036a58ff81d3033222823af97263852e898
Contents?: true
Size: 278 Bytes
Versions: 9
Compression:
Stored size: 278 Bytes
Contents
$LOAD_PATH.unshift(File.expand_path("#{File.dirname(__FILE__)}/../lib")) require "spec" require "pastejour" module Spec::Expectations::ObjectExpectations alias_method :must, :should alias_method :must_not, :should_not undef_method :should undef_method :should_not end
Version data entries
9 entries across 9 versions & 2 rubygems