class RSpec::Mocks::MessageExpectation

def inner_implementation_action=(action)

def inner_implementation_action=(action)
  RSpec.warning("You're overriding a previous implementation for this stub") if implementation.inner_action
  implementation.inner_action = action if action
end