Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Commit

Permalink
Update for leiningen 2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbellamy committed Jan 8, 2013
1 parent ee98997 commit 0f925a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/leiningen/radagast.clj
@@ -1,9 +1,9 @@
(ns leiningen.radagast
(:use [leiningen.compile :only [eval-in-project]]))
(:use [leiningen.core.eval :only [eval-in-project]]))

(defn radagast [project & nses]
(eval-in-project
project `(binding [radagast.coverage/*ns-must-match*
~(:radagast/ns-whitelist project)]
(radagast.coverage/coverage ~@nses))
nil nil '(require 'radagast.coverage)))
'(require 'radagast.coverage)))

0 comments on commit 0f925a2

Please sign in to comment.