(:require
  [fulcro-spec.core :refer [specification behavior component assertions])
(specification "A Thing"
  (component "A Thing Part"
    (behavior "does something"
      (assertions
        form => expected-result
        form2 => expected-result2
        "optional sub behavior clause"
        form3 => expected-result3)))