Sha256: 6d214ccfdaa05cfc6c34c9fe9a97c457a10d2993ff2723d67fda5ac9bb03704a
Contents?: true
Size: 440 Bytes
Versions: 6
Compression:
Stored size: 440 Bytes
Contents
Feature: Handlebars compilation Scenario: Tempalte writen by handlebars 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
6 entries across 6 versions & 1 rubygems