Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

Commit

Permalink
Rename test-multi-new-ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
maravillas committed Aug 3, 2010
1 parent 2de30cf commit a8fa775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/leiningen/test/multi.clj
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
(println "*** End embedded tests - ignore results above ***") (println "*** End embedded tests - ignore results above ***")
(is (= result 0)))) (is (= result 0))))


(deftest test-multi-new-ignored (deftest test-multi-new
(multi test-project "new" "multi-test-new-project") (multi test-project "new" "multi-test-new-project")
(is (.exists (file "multi-test-new-project"))) (is (.exists (file "multi-test-new-project")))
(delete-file-recursively (file "multi-test-new-project") true)) (delete-file-recursively (file "multi-test-new-project") true))
Expand Down

0 comments on commit a8fa775

Please sign in to comment.