From 8c3e096270ca1ed0196835ff22029cd6cb72f237 Mon Sep 17 00:00:00 2001 From: "Dr. Christian Betz" Date: Tue, 12 Sep 2017 13:33:51 +0200 Subject: [PATCH] fixing the nippy subproject nippy subproject failed because of dead (test) code. Just removed it. --- nippy/test/franzy/core_test.clj | 3 --- project.clj | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 nippy/test/franzy/core_test.clj diff --git a/nippy/test/franzy/core_test.clj b/nippy/test/franzy/core_test.clj deleted file mode 100644 index f58fb9e..0000000 --- a/nippy/test/franzy/core_test.clj +++ /dev/null @@ -1,3 +0,0 @@ -(ns franzy.core-test - (:require [midje.sweet :refer :all] - [franzy-nippy.core :refer :all])) diff --git a/project.clj b/project.clj index 7a3c1f9..8c5201a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -;;; +;;; ;;; ###################################################################### ;;; ## check, test and install ;;; @@ -86,7 +86,7 @@ "fressian" "json" ;"mocks" - ;"nippy" + "nippy" "transit"]} :release-tasks [["vcs" "assert-committed"]