clojure midje configuration
here is a sample project.clj file to get midje working on clojure 1.3
(defproject myproject "1.0.0-SNAPSHOT"
:description "sample project"
:dependencies [[org.clojure/clojure "1.3.0"]
[org.clojure/tools.cli "0.2.1"]
]
:dev-dependencies [[midje "1.4.0"]]
:source-paths ["src"]
:test-paths ["test"])
Written by John
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Clojure
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#