rice

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

test (139B)


      1 # -*- mode: snippet -*-
      2 # name: test
      3 # key: test
      4 # contributor : @atotto
      5 # --
      6 func Test$1(t *testing.T) {
      7 	g := NewGomegaWithT(t)
      8     $0
      9 }