nilswloka / lein-cucumber

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

upgrade cucumber-jvm to 1.0.14 and leiningen-core to preview10 #19

Closed bpoweski closed 12 years ago

bpoweski commented 12 years ago

Good day,

I've upgraded cucumber-jvm and leiningen.

In doing so, I've discovered cucumber.io.FileResourceIterable has become less resilient against missing directories passed in glue paths. Since there was already a step creating a features directory the simplest thing to do was add the same for the features/step_defintions directory.

-Ben Poweski

bpoweski commented 12 years ago

I believe the issue with the failing build is due to the self referencing nature of plugin. I ended up installing it into my local repo before to ensure that leiningen loaded the intended version.

I'm definitely a clojure newbie, any advice on how you would like me to address this issue?

nilswloka commented 12 years ago

Thank you!