Hello all,
For a helper spec, I can test something with:

helper.some_method.should == some_value

where helper seems to have all the ActionView methods defined. Is it
possible to have the helper method for other specs? I'm trying to
write specs for a form_builder which has access to template but don't
want to go nuts trying to stub out the behavior of an action view
template.

Any suggestions?
Thijs

-- 
You received this message because you are subscribed to the Google Groups 
"rspec" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rspec?hl=en.

Reply via email to