2019-05-26 23:15:33 +00:00
|
|
|
;; copyright (c) 2019 Sean Corfield, all rights reserved
|
|
|
|
|
|
|
|
|
|
(ns next.jdbc.specs-test
|
|
|
|
|
"Stub test namespace for the specs.
|
|
|
|
|
|
|
|
|
|
The specs are used (and 'tested') as part of the tests for the
|
|
|
|
|
next.jdbc and next.jdbc.sql namespaces."
|
|
|
|
|
(:require [clojure.test :refer [deftest is testing]]
|
|
|
|
|
[next.jdbc.specs :refer :all]))
|
2019-05-29 16:04:21 +00:00
|
|
|
|
|
|
|
|
(set! *warn-on-reflection* true)
|