nilswloka / lein-cucumber

A simple leiningen plugin for running clojure-based cucumber-jvm specifications.
The Unlicense
39 stars 26 forks source link

Cucumber task not registered with Leiningen #14

Closed undees closed 12 years ago

undees commented 12 years ago

Added lein-cucumber to dev-dependencies, per the README:

(defproject foo "1.0.0"
  :description "A demo project"
  :dependencies [[org.clojure/clojure "1.3.0"]]
  :dev-dependencies [[nilswloka/lein-cucumber "0.2.0"]])

Still couldn't run the cucumber task:

$ lein2 cucumber
That's not a task. Use "lein help" to list all tasks.

Is there another step I'm missing?

nilswloka commented 12 years ago

Have a look at the1.0 branch for lein2 compatibility. I'll try to release a new version of lein-cucumber a soon as possible.

nilswloka commented 12 years ago

Released 1.0.0 of lein-cucumber to clojars.

undees commented 12 years ago

I'm able to get lein2 to run Cucumber features now; thanks!