Switch to expectations test library
1 file changed, 2 insertions(+), 0 deletions(-)
changed files
M project.clj → project.clj
@@ -5,4 +5,6 @@ :license {:name "MIT License" :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)