lein-cuke icon indicating copy to clipboard operation
lein-cuke copied to clipboard

Missing cuke4duke gem

Open maxweber opened this issue 14 years ago • 0 comments

Hi,

first of all thank you for your nice leiningen cuke plugin. I have tried to get started with cucumber, cuke4duke and Clojure quickly. lein-cuke was the easiest and quickest way to do that. I used https://github.com/mjul/cucumber-tutorial as tutorial and starting point. All things went well except that cucumber was not able to bind the Clojure files to the story text. However I'm new to Ruby and had a hard time to discover the reason for this error. Finally I run "lein-cuke --verbose" and see this error:

Failed to load 'clj' programming language for file features/step_definitions/open_position_steps.clj: no such file to load -- cucumber/clj_support/clj_language

  • features/step_definitions/open_position_steps.clj [NOT SUPPORTED]

To fix this issue I have modified cuke-gem so that it also fetchs the cuke4duke gem to get the cuke4duke/lib/cucumber/clj_support/clj_language.rb which is need for the Cucumber Clojure support.

Cheers,

Max

maxweber avatar Jun 08 '11 11:06 maxweber