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 ) 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. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
_______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users