Sha256: 914faf1f8960466dd7ba4ef805e84b1530ab90b0dc10b634fb4a918523d6c689

Contents?: true

Size: 789 Bytes

Versions: 1

Compression:

Stored size: 789 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
impartial-0.0.1 features/render_impartial_view.feature