SpecificationGroup.should

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto should(Block[string] parts)
  2. auto should(string text, void test)
    class SpecificationGroup
    should
    (
    string text
    ,
    lazy void test
    )
  3. auto should(string text, ItBlock test)

Meta