about summary refs log tree commit diff stats
path: root/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj2
1 files changed, 2 insertions, 0 deletions
diff --git a/project.clj b/project.clj
index a191c8a..5b0d719 100644
--- a/project.clj
+++ b/project.clj
@@ -5,4 +5,6 @@
             :url "http://opensource.org/licenses/MIT"}
   :dependencies [[org.clojure/clojure "1.6.0"]
                  [enlive "1.1.5"]]
+  :profiles {:dev {:dependencies [[expectations "2.0.9"]]}}
+  :plugins [[lein-expectations "0.0.7"]]
   :main microformats.parser)