mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
12 lines
No EOL
442 B
Gherkin
12 lines
No EOL
442 B
Gherkin
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" |