From c7512a832433f701899c7160753542c602b706a5 Mon Sep 17 00:00:00 2001 From: Malcolm Sparks Date: Thu, 6 Dec 2012 03:28:24 +0000 Subject: [PATCH] Removed dependency on Midje in the code. I like Midje, and fully intend to write some tests in it, but haven't yet got Midje in the project.clj dependencies. --- src/ciao/ciao.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ciao/ciao.clj b/src/ciao/ciao.clj index 8b83b13..32079b8 100644 --- a/src/ciao/ciao.clj +++ b/src/ciao/ciao.clj @@ -1,7 +1,7 @@ (ns ciao.ciao (:refer-clojure :exclude [==]) (:use clojure.core.logic) - (:require [midje.sweet :as m])) + ) ;; Ch1: Verbs