Sha256: 54650ac0f47e13880c8c1d88fd1045b2fd0d1fead320a8a8bf9703ea8d669845

Contents?: true

Size: 600 Bytes

Versions: 2

Compression:

Stored size: 600 Bytes

Contents

Feature: Support coffee-script
  In order to offer an alternative when writing Javascript

  Scenario: Rendering coffee script
    Given the Server is running
    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
    When I go to "/inline-coffeescript.html"
    Then I should see "Array.prototype.slice"
  
  Scenario: Rendering broken coffee
    Given the Server is running
    When I go to "/javascripts/broken-coffee.js"
    Then I should see "Reserved word"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
middleman-2.0.0.rc92 features/coffee-script.feature
middleman-2.0.0.rc91 features/coffee-script.feature