Initial Leiningen project structure

This commit is contained in:
Michael S. Klishin 2011-08-04 16:01:50 +04:00
parent a566ac84dd
commit c70074a3ed
2 changed files with 7 additions and 0 deletions

1
src/monger/core.clj Normal file
View file

@ -0,0 +1 @@
(ns monger.core)

View 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."))