rice

personal dot files and scripts for linux and macOS
Log | Files | Refs | README | LICENSE

it (108B)


      1  -*- mode: snippet -*-
      2 # name: ginkgo it
      3 # key: it
      4 # contributor : @mjf
      5 # --
      6 It("$1", func() {
      7         $0
      8 })