Hello all, In a bit of a conundrum here. I have a custom form builder I am trying to test and can't seem to get it to work. I found this http://www.pathf.com/blogs/2007/12/rspec-and-rails/ which helps in that it points me to the HelperExampleGroup to get the @template methods I am going to need. The problem is that we have our form builders in their own folder (app/form_builders) and hence their own spec folder (spec/form_builders). How can I get the specs in that folder (spec/form_builders) to behave like they were helper tests so that I have access to the @template object?
Thanks Peer
_______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users