This
(defn system-fixture
[]
(fn [f]
(when (nil? (system-state))
(core/start-app {:opts {:profile :test}}))
(f)))
when use with (use-fixtures :once with-system) is giving:
cause Wrong number of args (1) passed to: tanktest.franquias.test-utils/system-fixture