New empty project

This commit is contained in:
Simon Brooke 2014-04-02 19:56:31 +01:00
commit ffc14194f4
6 changed files with 250 additions and 0 deletions

View file

@ -0,0 +1,7 @@
(ns testgen.core-test
(:require [clojure.test :refer :all]
[testgen.core :refer :all]))
(deftest a-test
(testing "FIXME, I fail."
(is (= 0 1))))