Created
November 13, 2015 20:41
-
-
Save jirkapenzes/cc9ce7f685d305d430bd to your computer and use it in GitHub Desktop.
Coderetreat clojure template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns game-of-life | |
(:require [clojure.test :refer :all])) | |
(defn test-function [] | |
:true) | |
(deftest game-of-life | |
(testing "test-function" | |
(is (= :false (test-function))))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment