This is more so that i have this documented for later.
Say you are wanting to test that an action mailer instance receives a mailer. Here is the code in RSPEC
[ruby]
SomeNotifier.should_chain_receive(:delay, :mailer_message_you_are_sending)
[/ruby]