Sha256: 4e66faed707a65da2e2609df9f10f94f95d0388a3919f0c7422fd48720e8b075

Contents?: true

Size: 642 Bytes

Versions: 52

Compression:

Stored size: 642 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 "Reserved word"

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
middleman-2.0.15.1-x86-mingw32 features/coffee-script.feature
middleman-2.0.15.1 features/coffee-script.feature
middleman-2.0.15-x86-mingw32 features/coffee-script.feature
middleman-2.0.15 features/coffee-script.feature
middleman-2.0.14-x86-mingw32 features/coffee-script.feature
middleman-2.0.14 features/coffee-script.feature
middleman-2.0.14.pre2-x86-mingw32 features/coffee-script.feature
middleman-2.0.14.pre2 features/coffee-script.feature
middleman-2.0.13.2-x86-mingw32 features/coffee-script.feature
middleman-2.0.14.pre-x86-mingw32 features/coffee-script.feature
middleman-2.0.14.pre features/coffee-script.feature
middleman-2.0.13.1-x86-mingw32 features/coffee-script.feature
middleman-2.0.13.1 features/coffee-script.feature
middleman-2.0.13-x86-mingw32 features/coffee-script.feature
middleman-2.0.13 features/coffee-script.feature
middleman-2.0.12-x86-mingw32 features/coffee-script.feature
middleman-2.0.12 features/coffee-script.feature
middleman-2.0.12.pre-x86-mingw32 features/coffee-script.feature
middleman-2.0.12.pre features/coffee-script.feature
middleman-2.0.11 features/coffee-script.feature