mjul / cucumber-tutorial

Setting up and using Cucumber for Clojure projects
MIT License
41 stars 6 forks source link

mention new lein plugin? #3

Open rplevy-draker opened 12 years ago

rplevy-draker commented 12 years ago

It could be helpful for people coming across this in a search to know that the lein-cuke is deprecated in favor of a new plugin https://github.com/nilswloka/lein-cucumber using cucumber-jvm instead of its predecessor cuke4duke.

A good place to start with that is the clojure example given in the cucumber-jvm repository: https://github.com/cucumber/cucumber-jvm/tree/master/examples/clojure_cukes