(ns anarki.foo-tests (:require [zck.unit-test :as t])) (t/suite cut (t/test finds-element-in-list (t/assert-same '(3 4 5) (cut '(1 2 3 4 5) 2))))