return a string from a stub

This commit is contained in:
Raphael Sofaer 2011-02-24 10:36:06 -08:00
parent ff796efce0
commit 22c4ebd6de

View file

@ -224,7 +224,7 @@ describe Postzord::Dispatch do
it 'calls salmon_for each remote person' do
salmon = @mailman.salmon
Salmon::SalmonSlap.stub(:create).and_return(salmon)
salmon.should_receive(:xml_for).with(@user.person).times
salmon.should_receive(:xml_for).with(@user.person).and_return('what')
@hydra.stub!(:queue)
@hydra.stub!(:run)
fantasy_resque do