Feature: Render an impartial view As a developer I want to have self-contained embeddable document So that I can DRY up my software Scenario: Simple handlebars with LESS impartial Given an impartial named "macguffin" And it has a handlebars template Then I can render the impartial to a string Scenario: Impartial in a custom location Given our impartials are stored in "some/location" Given an impartial named "macguffin" And it has a handlebars template Then I can render the impartial to a string Scenario: Impartial in a set of locations Given our impartials are stored in "some/location" or "another/location" Given an impartial named "macguffin" And it has a handlebars template Then I can render the impartial to a string