On Sun, Feb 8, 2009 at 6:09 PM, Matías Flores <mflo...@atlanware.com> wrote:
>
> You can find more info at 
> http://rspec.info/documentation/mocks/message_expectations.html.
>

On that page, I found this example of using a computed return value
with an expectation:

my_mock.should_receive(:msg).with(:numeric, :numeric) once.and_return
{|a, b| a + b}

I'm not familiar with :numeric. Does it mean what it looks like it means?

///ark
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to