On Sun, Feb 8, 2009 at 6:44 AM, Remi Gagnon <rem.gag...@gmail.com> wrote: > I want to mock to Model.to_xml but not his block. How to do it? > > Here is what I have (sorry for the formatting) > > output = @detenteur.to_xml( :skip_types => false, :skip_instruct => > true, :dasherize => false, :only => [:inte_no] ) do |xml_detenteur| > > p xml_detenteur.intervenant_adresses.class.to_s > xml_detenteur.intervenant_adresses do > p "INTERVENANT ADRESSES" > get_object_xml( @detenteur.intervenant_adresses, > @detenteur.intervenant_adresses.obtenir_adresses_vigueur, {:builder => > xml_detenteur, :skip_instruct => true, :skip_types => false, :dasherize => > false, :except => [:inte_no]}) > > end > end > > So I want to run specs within some blocks like that. > > Any recipes? > > Thank you
I'm not sure I understand your goal here. Can you show us what the spec you'd like to be able to write? > > Rémi > > _______________________________________________ > 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