remove rspec, convert everything to cucumber

This commit is contained in:
tdreyno 2010-09-06 10:59:51 -07:00
parent b3ee656a0e
commit 4ba90bf1c7
52 changed files with 201 additions and 151 deletions

View 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"