Sha256: 0d8d9185eceabdb5305edd1d7b8eb99f83a5632175c153f7ee0b7af53a32ddb7

Contents?: true

Size: 438 Bytes

Versions: 3

Compression:

Stored size: 438 Bytes

Contents

Feature: Handlebars compilation
  Scenario: Tempalte writen by HTMLBars
    Given the Server is running at "handlebars-compilation"
    When I go to "/javascripts/templates.js"
    Then I should see 'Ember.TEMPLATES["ok_button"]'

  Scenario: Access template as JS file
    Given the Server is running at "handlebars-compilation"
    When I go to "/javascripts/templates/ok_button.js"
    Then I should see 'Ember.TEMPLATES["ok_button"]'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ember-middleman-0.0.13 features/handlebars_compilation.feature
ember-middleman-0.0.12 features/handlebars_compilation.feature
ember-middleman-0.0.11 features/handlebars_compilation.feature