nilswloka / lein-cucumber

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

Adding an After step seems to run the features twice #21

Open tgk opened 11 years ago

tgk commented 11 years ago

Adding a Before step seems to work fine, but adding an After step seems to run all features twice. I do not know if this is a lein-cucumber fault or if the underlying cucumber library is responsible. I could not find the source for clojure-cukes.core/Before and After. They seem to be well hidden on the internet. I also couldn't figure out what the binding forms required for Before and After were ment to do.

nilswloka commented 11 years ago

I'll have at the cucumber-clojure sources and see what I can do.