Initial Leiningen project structure
This commit is contained in:
parent
a566ac84dd
commit
c70074a3ed
2 changed files with 7 additions and 0 deletions
1
src/monger/core.clj
Normal file
1
src/monger/core.clj
Normal file
|
|
@ -0,0 +1 @@
|
|||
(ns monger.core)
|
||||
6
test/monger/test/core.clj
Normal file
6
test/monger/test/core.clj
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
(ns monger.test.core
|
||||
(:use [monger.core])
|
||||
(:use [clojure.test]))
|
||||
|
||||
(deftest replace-me ;; FIXME: write
|
||||
(is false "No tests have been written."))
|
||||
Loading…
Reference in a new issue