module RSpec module Mocks module Methods alias_method :must_receive, :should_receive end end end