Sha256: 21830b1bd48f697985f4065e13af3ad21bafc89a34d9ef7a12da63c9fc7e3116
Contents?: true
Size: 636 Bytes
Versions: 5
Compression:
Stored size: 636 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 "coffeescript-app" When I go to "/javascripts/coffee_test.js" Then I should see ".slice" Scenario: Rendering coffee-script with :coffeescript haml-filter Given the Server is running at "coffeescript-app" When I go to "/inline-coffeescript.html" Then I should see ".slice" Scenario: Rendering broken coffee Given the Server is running at "coffeescript-app" When I go to "/javascripts/broken-coffee.js" Then I should see "reserved word"
Version data entries
5 entries across 5 versions & 1 rubygems