Skip to content

Commit

Permalink
Removed dependency on Midje in the code.
Browse files Browse the repository at this point in the history
I like Midje, and fully intend to write some tests in it, but haven't yet got Midje in the project.clj dependencies.
  • Loading branch information
malcolmsparks committed Dec 6, 2012
1 parent 3fea13a commit c7512a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

Expand Down

0 comments on commit c7512a8

Please sign in to comment.