From 2af20b66b23b61d950414ab13f4017aa6cb10b40 Mon Sep 17 00:00:00 2001 From: Erik Rauer Date: Thu, 21 Jan 2021 15:46:10 -0600 Subject: [PATCH] Delete `core_test.clj` file This file was rather unnecessary so we decided to remove it for the time being. --- test/propeller/core_test.clj | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test/propeller/core_test.clj diff --git a/test/propeller/core_test.clj b/test/propeller/core_test.clj deleted file mode 100644 index 1e0f1eb..0000000 --- a/test/propeller/core_test.clj +++ /dev/null @@ -1,7 +0,0 @@ -(ns propeller.core-test - (:require [clojure.test :refer :all] - [propeller.core :refer :all])) - -;; (deftest a-test -;; (testing "FIXME, I fail." -;; (is (= 0 1))))