less / less.ruby

Less Ruby — now at http://github.com/cowboyd/less.rb
Apache License 2.0
956 stars 69 forks source link

documentation and tests #177

Open ticaboo opened 12 years ago

ticaboo commented 12 years ago

I see a lot of issues that have stagnated, most of which have no tests. May I suggest first updating the documentation with how to run the tests. Its obvious, but hey making it easy is the game.

To run tests:

in lib/less node test/less-test.js

+The tests really could do with being more atomic/ dare i say behaviour driven.

H