Sha256: 4f5e9b2cadf963e380d29a88e2f891730393d224cb407ddf36bedd4574768d38

Contents?: true

Size: 181 Bytes

Versions: 6

Compression:

Stored size: 181 Bytes

Contents

#! /usr/bin/env ruby -S rspec
require 'rspec'

class Object
  # This is necessary because the RAL has a 'should'
  # method.
  alias :must :should
  alias :must_not :should_not
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
puppet-retrospec-0.12.1 spec/fixtures/modules/stdlib/spec/monkey_patches/alias_should_to_must.rb
puppet-retrospec-0.12.0 spec/fixtures/modules/stdlib/spec/monkey_patches/alias_should_to_must.rb
puppet-retrospec-0.11.0 spec/fixtures/modules/stdlib/spec/monkey_patches/alias_should_to_must.rb
puppet-retrospec-0.10.0 spec/fixtures/modules/stdlib/spec/monkey_patches/alias_should_to_must.rb
puppet-retrospec-0.9.1 spec/fixtures/modules/stdlib/spec/monkey_patches/alias_should_to_must.rb
puppet-retrospec-0.9.0 spec/fixtures/modules/stdlib/spec/monkey_patches/alias_should_to_must.rb