/vendor/cucumber.el/snippets/feature-mode/bac

http://github.com/rejeep/emacs · #! · 5 lines · 5 code · 0 blank · 0 comment · 0 complexity · 238bd93889aaa670903f5b50efb3d116 MD5 · raw file

  1. #name: Background
  2. # --
  3. Background:
  4. Given ${1: a known starting condition}
  5. $0