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