/ruby-mode/Tests/assert_nothing_thrown { .. } (asnt).yasnippet
http://github.com/ridgetang/snippets · Unknown · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · 398019bb81f0aa4b621e70bd3d6197ef MD5 · raw file
- # -*- mode: snippet -*-
- # key: asnt
- # contributor: Translated from TextMate Snippet
- # name: assert_nothing_thrown { .. }
- # --
- assert_nothing_thrown { $0 }