Blast the old helper away

This commit is contained in:
Paul deGrandis 2012-03-07 12:59:55 -05:00
parent 2501143914
commit a6c8c33f3b

View file

@ -1,9 +0,0 @@
(ns kibit.test.kibit-helper
(:require [jonase.kibit.core :as kibit])
(:use [clojure.test :only (is)]))
(defn check-form-test [form expected-alt-list]
(let [expected expected-alt-list
actual (doall (map :alt (kibit/check-form form)))]
(is (= expected actual))))