Displaying 1 result from an estimated 1 matches for "rspecplugin".
Did you mean:
  rspec_plugin
  
2006 Oct 25
5
Mocha, Stubba and RSpec
Hi,
I''ve been reading with interest the threads trying to integrate Mocha
and Stubba with RSpec. So far, I''ve made the two changes in
spec_helper.rb suggested, but discovered another one that neither of
the archives mentions:
If you use traditional mocking:  object = mock    or the stub shortcut
: object = stub(:method => :result),  you run into namespace conflicts
with