/ruby-mode/Tests/assert_nothing_raised(..) { .. } (asnr).yasnippet
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 2c7a68f4d1d85923fedfcbc883ce1397 MD5 | raw file
- # -*- mode: snippet -*-
- # key: asnr
- # contributor: Translated from TextMate Snippet
- # name: assert_nothing_raised(..) { .. }
- # --
- assert_nothing_raised(${1:Exception}) { $0 }