On Dec 5, 2007 8:52 AM, Al Chou <[EMAIL PROTECTED]> wrote: > > Please understand in the following that I am making relatively minor changes > to legacy (non-TDD/BDD) code in Substruct and don't have the time to > refactor nicely right now. I'm just trying to get past the > untested/un-speced cruft quickly to write the spec for my new code, so I'm > looking for expediency over prettiness. > > I'm specifying > > before( :each ) do > @order_address = mock_model( OrderAddress, :null_object => TRUE )
:null_object => true (lower case) should work. > end > > but finding that unstubbed/unmocked method calls on @order_address still > throw error messages like: > > Mock 'OrderAddress_1026' received unexpected message :first_name with (no > args) > > so I'm starting to wonder whether the :null_object option is doing anything > at all.... > > > Al > > ________________________________ > Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it > now. > _______________________________________________ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users