Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 810 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 810 Bytes

lein-cuke

lein-cuke is a Leiningen plugin that provides Cucumber support via cuke4duke

Installation

Add something like [lein-cuke "0.0.1-SNAPSHOT"] to the :dev-dependencies block in your project.clj, like:

(defproject pickles "0.0.1"
  :description "Vinegar + cucumber + time"
  :repositories [["clojars" "http://clojars.org/repo"]]
  :dev-dependencies [[lein-cuke "0.0.1-SNAPSHOT"]])

Look here for the latest.

Usage

Do this:

$ lein deps # install dependencies in lib/
$ lein cuke-gems # install needed gems
$ # create cucumber hierarchy - todo: add a target for this
$ lein cuke # start red-green-refactoring!