Rename another macroj
This commit is contained in:
@@ -104,13 +104,9 @@
|
||||
|
||||
; fixtures
|
||||
|
||||
(defn fixture*
|
||||
[]
|
||||
(FixtureDef.))
|
||||
|
||||
(defmacro fixture
|
||||
(defmacro fixture-def
|
||||
[& options]
|
||||
`(let [^FixtureDef object# (fixture*)]
|
||||
`(let [^FixtureDef object# (FixtureDef.)]
|
||||
(u/fields! object# ~@options)
|
||||
object#))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user