The internal way Haml buffers are stored in the view object has changed. In both 1.8 and master, you should be using the #init_haml_helpers helper (in your before block) to use Haml in a testing context. This will protect you from changing implementation details.
- Nathan Evgeny wrote: > I am trying to test my code with Haml-1.9.0 from github master, > and something that used to work in 1.8.2 now breaks. > > Can anyone help please? > > http://pastie.caboo.se/192331 > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
