]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/stdlib/spec/monkey_patches/alias_should_to_must.rb
upgrade to concat 2.0.0
[dsa-puppet.git] / modules / stdlib / spec / monkey_patches / alias_should_to_must.rb
1 require 'rspec'
2
3 class Object
4   # This is necessary because the RAL has a 'should'
5   # method.
6   alias :must :should
7   alias :must_not :should_not
8 end