mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
7 lines
206 B
Gherkin
7 lines
206 B
Gherkin
|
Feature: Support Less CSS
|
||
|
In order to offer an alternative when writing CSS
|
||
|
|
||
|
Scenario: Rendering Less
|
||
|
Given the Server is running
|
||
|
When I go to "/stylesheets/test_less.css"
|
||
|
Then I should see "666"
|