File: test_nom_nom_nom.clj

package info (click to toggle)
leiningen-clojure 2.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,008 kB
  • sloc: xml: 916; sh: 760; lisp: 46; makefile: 34; java: 16
file content (14 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(ns test-nom-nom-nom
  (:use [nom.nom.nom]
        [clojure.test]))

(defn test-ns-hook
  []
  (is false))

(defn f [x]
  (.list x))

(deftest should-use-1.1.0
  (is (= "1.1.0" (clojure-version)))
  (f (java.io.File. "/tmp")))