mirror of
https://github.com/tanrax/RSSPAPER.git
synced 2025-11-20 18:06:16 -05:00
Add project
This commit is contained in:
7
test/rsspaper/core_test.clj
Normal file
7
test/rsspaper/core_test.clj
Normal file
@@ -0,0 +1,7 @@
|
||||
(ns rsspaper.core-test
|
||||
(:require [clojure.test :refer :all]
|
||||
[rsspaper.core :refer :all]))
|
||||
|
||||
(deftest a-test
|
||||
(testing "FIXME, I fail."
|
||||
(is (= 0 1))))
|
||||
Reference in New Issue
Block a user