File: specs_test.clj

package info (click to toggle)
next-jdbc-clojure 1.3.955-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 876 kB
  • sloc: xml: 62; sh: 39; makefile: 13
file content (11 lines) | stat: -rw-r--r-- 368 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
;; copyright (c) 2019-2021 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]))

(set! *warn-on-reflection* true)