Sha256: 527ff50764e10e2b83726cff4378453aedc877992772d368ed526a555e3fe99d

Contents?: true

Size: 833 Bytes

Versions: 103

Compression:

Stored size: 833 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 ".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 ".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 "reserved word"
  
  Scenario: Building broken coffee
    Given a built app at "coffeescript-app"
    Then the output should contain "error  build/javascripts/broken-coffee.js"
    And the exit status should be 1

Version data entries

103 entries across 103 versions & 5 rubygems

Version Path
middleman-core-4.6.0 features/coffee-script.feature
middleman-core-4.5.1 features/coffee-script.feature
middleman-core-4.5.0 features/coffee-script.feature
middleman-core-4.4.3 features/coffee-script.feature
middleman-core-4.4.2 features/coffee-script.feature
middleman-core-4.4.0 features/coffee-script.feature
middleman-core-4.3.11 features/coffee-script.feature
middleman-core-4.3.10 features/coffee-script.feature
middleman-core-4.3.8 features/coffee-script.feature
middleman-core-4.3.7 features/coffee-script.feature
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/middleman-core-4.3.3/features/coffee-script.feature
middleman-core-4.3.6 features/coffee-script.feature
middleman-core-4.3.5 features/coffee-script.feature
middleman-core-4.3.4 features/coffee-script.feature
middleman-core-4.3.3 features/coffee-script.feature
middleman-core-4.3.2 features/coffee-script.feature
middleman-core-4.3.1 features/coffee-script.feature
middleman-core-4.3.0 features/coffee-script.feature
middleman-core-4.3.0.rc.3 features/coffee-script.feature
middleman-core-4.3.0.rc.2 features/coffee-script.feature