Sha256: bab0cd4fed3cc99851c6faf3811894d699fac6d4deafe77b23736c2da40f532d
Contents?: true
Size: 1.2 KB
Versions: 4
Compression:
Stored size: 1.2 KB
Contents
Feature: Consistant rendering across all template engines. As a developer In order to render templates I want to have my choice of template engines And I want all templates to behave consistently Scenario: Template with Binding Data Source Given an equivalent template for each engine And a Binding for a data source When the template is rendered Then the result is the same for each Scenario: Template with Object Data Source Given an equivalent template for each engine And a Object for a data source When the template is rendered Then the result is the same for each Scenario: Template with Struct Data Source Given an equivalent template for each engine And a Struct for a data source When the template is rendered Then the result is the same for each Scenario: Template with Hash Date Source Given an equivalent template for each engine And a Hash for a data source When the template is rendered Then the result is the same for each Scenario: Template with OpenStruct Locals Given an equivalent template for each engine And a OpenStruct for a data source When the template is rendered Then the result is the same for each
Version data entries
4 entries across 4 versions & 1 rubygems