lein-cucumber
lein-cucumber copied to clipboard
Adding an After step seems to run the features twice
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.
I'll have at the cucumber-clojure sources and see what I can do.