Ticket #56 (closed defect: duplicate)

Opened 13 months ago

Last modified 8 months ago

[patch] for rails projects using markaby and selenium to write tests in .rsel or .sel format.

Reported by: gugod Owned by: somebody
Priority: major Milestone:
Component: lib Version:
Keywords: selenium Cc:

Description

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.

(please ignore all those white-space differences in the page)

Change History

Changed 8 months ago by randypuro

  • status changed from new to closed
  • resolution set to duplicate

duplicate of ticket #57.

Note: See TracTickets for help on using tickets.