Ticket #57 (new defect)
[patch] for rails projects using markaby and selenium to write tests in .rsel or .sel format. Or for projects that mix other templating engines like haml with markaby
| Reported by: | gugod | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | lib | Version: | |
| Keywords: | selenium | Cc: |
Description (last modified by gugod) (diff)
I discovered that, because markaby override ActionView::Base::render_template to properly calls Template::render of its own, it fails to call the template handlers for .sel and .rsel templates.
I attached a simple patch that get rid of the render_template override, and yet make the interface of Template::render be compatible with others.