rice

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

ginkgo-describe (122B)


      1 # -*- mode: snippet -*-
      2 # name: ginkgo-describe
      3 # key: gd
      4 # contributor : @mjf
      5 # --
      6 var _ = Describe("$1", func() {
      7 	$0
      8 })