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

Version Path
jbarnette-pastejour-1.0.0.200808041733 spec/helper.rb
jbarnette-pastejour-1.0.2 spec/helper.rb
jbarnette-pastejour-1.0.3 spec/helper.rb
jbarnette-pastejour-1.0.4 spec/helper.rb
jbarnette-pastejour-1.0.5 spec/helper.rb
nogoth-pastejour-0.0.1 spec/helper.rb
nogoth-pastejour-1.0.3 spec/helper.rb
nogoth-pastejour-1.0.4 spec/helper.rb
nogoth-pastejour-1.3.1 spec/helper.rb