Closed awostenberg closed 12 years ago
I can replicate this issue on my machine (OS X 10.7).
I will have a look at the issue as soon as possible. I suspect a version mismatch with cucumber-jvm. In the meantime, you might want to have a look at the 1.0 branch.
This has indeed been an issue caused by incompatible transitive dependencies of the cucumber-clojure version. I suggest going for version 1.0.0, which I just released to clojars.
Thanks.
On Sat, Apr 28, 2012 at 5:19 PM, Nils Wloka < reply@reply.github.com
wrote:
This has indeed been an issue caused by incompatible transitive dependencies of the cucumber-clojure version. I suggest going for version 1.0.0, which I just released to clojars.
Reply to this email directly or view it on GitHub: https://github.com/nilswloka/lein-cucumber/issues/13#issuecomment-5401121
Switching to :plugins [[lein-cucumber "1.0.0"]]
fixed the issue for me as well; thank you!
The readme.md instructions fork fine for :dev-dependencies [[lein-cucumber "0.1.0"]].
However following them with :dev-dependencies [[lein-cucumber "0.2.0"]] always throws the error below:
Steps.