rice

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

gomega-equal (106B)


      1 # -*- mode: snippet -*-
      2 # name: gomega equals
      3 # key: eq
      4 # contributor : @mjf
      5 # --
      6 Expect($1).To(Equal($0))