Sha256: ba7acd01e1023f8e33c0ae2bbcf21e8923bbbf85a6e745eb7a9043d5246c2630

Contents?: true

Size: 634 Bytes

Versions: 2

Compression:

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
middleman-3.0.0.alpha.6 features/coffee-script.feature
middleman-3.0.0.alpha.5 features/coffee-script.feature