You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/test/asciinema/boundary/file_server_test.clj

8 lines
206 B
Clojure

(ns asciinema.boundary.file-server-test
(:require [clojure.test :refer :all]
[asciinema.boundary.file-server :as file-server]))
(deftest a-test
(testing "FIXME, I fail."
(is (= 0 1))))