/ruby-mode/Tests/assert_nothing_raised(..) { .. } (asnr).yasnippet

http://github.com/ridgetang/snippets · Unknown · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · 2c7a68f4d1d85923fedfcbc883ce1397 MD5 · raw file

  1. # -*- mode: snippet -*-
  2. # key: asnr
  3. # contributor: Translated from TextMate Snippet
  4. # name: assert_nothing_raised(..) { .. }
  5. # --
  6. assert_nothing_raised(${1:Exception}) { $0 }