Hey,

I'm using lein-midje-doc <http://docs.caudate.me/lein-midje-doc/>, mostly
to success. But I'm having a case where my documentation inside of a
*against-background* block, is being ignored. I'm looking for
lein-midje-doc examples that demonstrate this. But, say
purnam<https://github.com/purnam/purnam.test/tree/master/test/cljs/midje_doc/purnam_test>
or
clortex <https://github.com/fergalbyrne/clortex/tree/master/test/clortex>,
aren't using *against-background*, that I can see. Has anyone come across
this? Is there a way of getting this working?


  *[[:section {:title "Before / After Fixtures"}]]   ;; works great*
  (against-background
   [(before :contents (do ...)
    (before :facts (do ...)
            :after (do ...))]

   *[[:section {:title "Section 1"}]]  ;; just displays as a regular vector
beside the fact*
   (fact "Do something" ...)

   *[[:section {:title "Section 2"}]]  ;; same here *
   (fact "Do something else" ...) )



Thanks

Tim Washington
Interruptsoftware.com <http://interruptsoftware.com>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to