Sha256: b550f610415613852f7be717f6f6a612b02167a8b8690bd61040eb8c8d59b2f0

Contents?: true

Size: 611 Bytes

Versions: 8

Compression:

Stored size: 611 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 ".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 ".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 "eserved word"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
middleman-2.0.16.1-x86-mingw32 features/coffee-script.feature
middleman-2.0.16.1 features/coffee-script.feature
middleman-2.0.16-x86-mingw32 features/coffee-script.feature
middleman-2.0.16 features/coffee-script.feature
middleman-2.0.15.4-x86-mingw32 features/coffee-script.feature
middleman-2.0.15.4 features/coffee-script.feature
middleman-2.0.15.3-x86-mingw32 features/coffee-script.feature
middleman-2.0.15.3 features/coffee-script.feature