instrumention is done by testrunner
This commit is contained in:
parent
2e39383a04
commit
2c3a0aa8a9
1 changed files with 0 additions and 6 deletions
|
@ -1,14 +1,8 @@
|
|||
(ns dda.backup.restic.domain-test
|
||||
(:require
|
||||
[clojure.test :refer [deftest is are testing run-tests]]
|
||||
[orchestra.spec.test :as st]
|
||||
[dda.backup.restic.domain :as cut]))
|
||||
|
||||
(st/instrument `cut/repo-command)
|
||||
(st/instrument `cut/init-repo-command)
|
||||
(st/instrument `cut/unlock-repo-command)
|
||||
(st/instrument `cut/forget-command)
|
||||
|
||||
(deftest should-calculate-repo-command
|
||||
(is (= [{:dir "dir"}
|
||||
"restic"
|
||||
|
|
Loading…
Reference in a new issue