Sha256: e2114ffc70ef87b9d1ac11ae3ba7ee1c79c271cc0cb53389a8137d3da040750c
Contents?: true
Size: 438 Bytes
Versions: 5
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
5 entries across 5 versions & 1 rubygems