Skip to content

Instantly share code, notes, and snippets.

@jirkapenzes
Created November 13, 2015 20:41
Show Gist options
  • Save jirkapenzes/cc9ce7f685d305d430bd to your computer and use it in GitHub Desktop.
Save jirkapenzes/cc9ce7f685d305d430bd to your computer and use it in GitHub Desktop.
Coderetreat clojure template
(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