Skip to content

Instantly share code, notes, and snippets.

@AlexBaranosky
Created February 23, 2012 04:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexBaranosky/1890368 to your computer and use it in GitHub Desktop.
Save AlexBaranosky/1890368 to your computer and use it in GitHub Desktop.
bultitude attempt
(ns leiningen.midje
(:refer-clojure :exclude [test])
(:use [bultitude.core :only [namespaces-in-dir namespaces-on-classpath]] ;; changed
[leiningen.test :only [*exit-after-tests*]]
[leiningen.compile :only [eval-in-project]]
[clojure.set :only [difference]]))
;; ...
(defproject lein-midje "1.0.9"
:author "See README"
:description "Run Midje and clojure.test tests"
:url "https://github.com/marick/lein-midje"
:eval-in-leiningen true
:dependencies [[bultitude "0.1.3"]] ;; added
:dev-dependencies [[midje "1.3.0"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment