next-jdbc/test/next/jdbc/specs_test.clj
Sean Corfield 792bf242d7 Add a stub test namespace for specs
Just for consistency and completion.
2019-05-26 16:15:33 -07:00

9 lines
329 B
Clojure

;; 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]))