Sha256: ccac5eb78dfdc9a1ff0ff968f4efc4363efe1da2fd833cfaf58d985df2fbef71
Contents?: true
Size: 641 Bytes
Versions: 2
Compression:
Stored size: 641 Bytes
Contents
Feature: Support coffee-script In order to offer an alternative when writing Javascript Scenario: Rendering coffee script Given the Server is running at "test-app" When I go to "/javascripts/coffee_test.js" Then I should see "Array.prototype.slice" Scenario: Rendering coffee-script with :coffeescript haml-filter Given the Server is running at "test-app" When I go to "/inline-coffeescript.html" Then I should see "Array.prototype.slice" Scenario: Rendering broken coffee Given the Server is running at "test-app" When I go to "/javascripts/broken-coffee.js" Then I should see "eserved word"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
middleman-2.0.15.2-x86-mingw32 | features/coffee-script.feature |
middleman-2.0.15.2 | features/coffee-script.feature |