Sha256: da17c09ef6a663ab95c525ffff3cf5b8c7045e311fd30c39d02b6084197639e2

Contents?: true

Size: 442 Bytes

Versions: 13

Compression:

Stored size: 442 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"

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
middleman-2.0.0.rc8 features/coffee-script.feature
middleman-2.0.0.rc7 features/coffee-script.feature
middleman-2.0.0.rc6 features/coffee-script.feature
middleman-2.0.0.rc5 features/coffee-script.feature
middleman-2.0.0.rc4 features/coffee-script.feature
middleman-2.0.0.rc3 features/coffee-script.feature
middleman-2.0.0.rc2 features/coffee-script.feature
middleman-2.0.0.rc1 features/coffee-script.feature
middleman-2.0.0.beta6 features/coffee-script.feature
middleman-2.0.0.beta5 features/coffee-script.feature
middleman-2.0.0.beta4 features/coffee-script.feature
middleman-2.0.0.beta3 features/coffee-script.feature
middleman-2.0.0.beta2 features/coffee-script.feature