rspec-must allows you to use #must instead of #should instance method in your specs. Currently it also provides #must_not and #must_receive, respectively aliased on #should_not and #should_receive.
Thibault Jouan
gem "rspec-must", "~> 0.0.1"