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"]