slagyr / speclj

pronounced "speckle": a TDD/BDD framework for Clojure.
MIT License
459 stars 58 forks source link

Readme should mention incompatibility with Clojure 1.3 #18

Closed barooo closed 12 years ago

barooo commented 12 years ago

Since Clojure 1.3 seems to be the default with the current version of Leiningen, and a lot of people, especially newbs (like me) are probably using that, the readme should probably mention up front that it requires Clojure 1.4 or 1.2 and doesn't work with 1.3. It wasn't hard to figure out since there's an issue for it that explains everything, but the readme still references speclj v 1.2 and makes no mention the Clojure 1.3 issues.

Seems like someone new to things should be able to use the Readme with common defaults and get a working spec.

I'll see about making the updates and issuing a pull request if I end up with something that reads well.

slagyr commented 12 years ago

Done! Sorry it took so long.