Is it possible to use haml-fixtures in conjunction with jasmine-jquery?
I'm not really satisfied with having to create a lot of static html-fixtures because all of my views are written in haml. So not only would I have to create a lot of duplicate code but also I would have to rewrite the (already duplicate) code to HTML. Double pain.
Any suggestions? Best practices? Anybody worked with jasmine-jquery and fixtures so far?