Sha256: 487934c3e86f76a7614a8d6b01de24f5e19b96780b5eba0f0d3d98e2cdb7785f

Contents?: true

Size: 658 Bytes

Versions: 4

Compression:

Stored size: 658 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 "Array.prototype.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 "Array.prototype.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 "Error"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
middleman-more-3.0.0.beta.1 features/coffee-script.feature
middleman-more-3.0.0.alpha.9 features/coffee-script.feature
middleman-more-3.0.0.alpha.8 features/coffee-script.feature
middleman-more-3.0.0.alpha.7 features/coffee-script.feature