Never mind. I was so in the TDD zone, I didn't realize that all I had to do was make an empty search.haml file and the spec would pass as it was written (at the time).
--dwf On Jun 6, 9:47 pm, DWF <[EMAIL PROTECTED]> wrote: > Trying my first real app with RSpec and (naturally) using 1.0.x and > HAML 1.5.2. But I'm working on some View specs and getting this > message: > > ActionController::MissingTemplate in '/search/ should post a blank > form' > Missing template /home/dwf/workspace/amaz/config/../app/views// > search/.rhtml > > I found a blog post sort of about this and told me to add this line in > test.rb: > > config.action_view.cache_template_extensions = false > > No change. > > Anyone? > thx, > --dwf --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" 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/haml?hl=en -~----------~----~----~----~------~----~------~--~---
