From ab99184914c2c5fb36738d40cad9a32b3d77bf31 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Sun, 16 Oct 2011 15:54:22 +0400 Subject: [PATCH] Add development resources directory --- project.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/project.clj b/project.clj index 075be59..0b27c81 100644 --- a/project.clj +++ b/project.clj @@ -6,4 +6,5 @@ [com.novemberain/validateur "1.0.0-SNAPSHOT"]] :dev-dependencies [[org.clojure/data.json "0.1.1"] [clj-time "0.3.1"]] + :dev-resources-path "test/resources" :warn-on-reflection true)