slagyr / speclj

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

Update readme for Leiningen 2.0 #22

Closed skatenerd closed 12 years ago

skatenerd commented 12 years ago

It seems like you need to add speclj to :dependencies, as well as to :plugins, in order to get it to run successfully.

trptcolin commented 12 years ago

Yeah, I should've added this when I upgraded, thanks. I think it should actually be like this instead:

:profiles {:dev {:dependencies [speclj "2.1.2"]}}
:plugins [speclj "2.1.2"]

so that consumers of speclj don't require their consumers to have the speclj dependency.