remove rspec, convert everything to cucumber
This commit is contained in:
parent
b3ee656a0e
commit
4ba90bf1c7
52 changed files with 201 additions and 151 deletions
7
features/less-css.feature
Normal file
7
features/less-css.feature
Normal file
|
@ -0,0 +1,7 @@
|
|||
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"
|
Loading…
Add table
Add a link
Reference in a new issue