Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie committed Jan 12, 2012
2 parents 981bb58 + e2e75f6 commit 4d904f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -8,10 +8,10 @@ Midje-Cascalog is a thin layer over [midje](https://github.com/marick/Midje) tha

To use midje-cascalog in your own project, add the following two entries to `:dev-dependencies` inside of your `project.cj` file:

[lein-midje "1.0.4"]
[midje-cascalog "0.3.0"]
[lein-midje "1.0.7"]
[midje-cascalog "0.3.1"]

Midje-Cascalog supports Clojure 1.2 and 1.3. Add `(:use [midje sweet cascalog])` to your testing namespace to get started.
Midje-Cascalog supports Clojure 1.2 and 1.3 and Cascalog 1.8 and 1.9. Add `(:use [midje sweet cascalog])` to your testing namespace to get started.

When you're all finished writing tests, `lein run` at the command line will run all Midje tests and generate a summary.

Expand Down

0 comments on commit 4d904f4

Please sign in to comment.