Re: [rspec-users] Using Haml for view tests

2008-04-07 Thread David Chelimsky
On Mon, Mar 24, 2008 at 12:38 PM, Joe Fiorini <[EMAIL PROTECTED]> wrote: > I'm writing a view test and I render index.html.haml. However, > autotest does not pick up changes to this file, but more importantly, > when the tests do run I get my Haml source displayed in the "actual" > result, inst

[rspec-users] Using Haml for view tests

2008-04-07 Thread Joe Fiorini
I'm writing a view test and I render index.html.haml. However, autotest does not pick up changes to this file, but more importantly, when the tests do run I get my Haml source displayed in the "actual" result, instead of rendered Html. Does rspec support Haml in this way? Is there anothe