cleanup namespace for cljs test helpers file

This commit is contained in:
Nathan Marz 2015-06-30 18:10:25 -04:00
parent 0a0bab144b
commit 72b16d1ab1

View file

@ -1,7 +1,4 @@
(ns com.rpl.specter.cljs-test-helpers
(:require [clojure.test.check
[generators :as gen]
[properties :as prop]]))
(ns com.rpl.specter.cljs-test-helpers)
;; it seems like gen/bind and gen/return are a monad (hence the names)
(defmacro for-all+ [bindings & body]