Add a stub test namespace for specs
Just for consistency and completion.
This commit is contained in:
parent
8db9689dff
commit
792bf242d7
1 changed files with 9 additions and 0 deletions
9
test/next/jdbc/specs_test.clj
Normal file
9
test/next/jdbc/specs_test.clj
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
;; 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]))
|
||||
Loading…
Reference in a new issue