cucumber-tutorial
cucumber-tutorial copied to clipboard
Setting up and using Cucumber for Clojure projects
It could be helpful for people coming across this in a search to know that the lein-cuke is deprecated in favor of a new plugin https://github.com/nilswloka/lein-cucumber using cucumber-jvm instead of...
This is roughly what the stacktrace (from lein deps) looks like. This is after running `lein deps` on this project. Downloading: cuke4duke/cuke4duke/0.3.3/cuke4duke-0.3.3.pom from clojure Downloading: cuke4duke/cuke4duke/0.3.3/cuke4duke-0.3.3.pom from clojure-snapshots Downloading: cuke4duke/cuke4duke/0.3.3/cuke4duke-0.3.3.pom...
During install when I run 'lein cuke-gems' I get this error: ``` Error: Your application used more memory than the safety cap. Specify -J-Xmx####m to increase it (#### = cap...