Skip to content

Instantly share code, notes, and snippets.

@trikitrok
Created July 26, 2015 17:23
(defproject bst-properties-based-testing "0.0.1-SNAPSHOT"
:description "Cool new project to do things and stuff"
:dependencies [[org.clojure/clojure "1.6.0"]]
:profiles {:dev {:dependencies [[midje "1.6.3"]
[org.clojure/test.check "0.7.0"]]}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment