[rspec-users] How to spec within a block?
Nick Hoffman
nick at deadorange.com
Sun Feb 8 10:28:43 EST 2009
On 08/02/2009, at 7:44 AM, Remi Gagnon 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
>
> Rémi
Hi Rémi. If you show us what you've written so far, we can give you
some tips.
Cheers,
Nick
More information about the rspec-users
mailing list