# -*- mode: snippet -*- # key: asnr # contributor: Translated from TextMate Snippet # name: assert_nothing_raised(..) { .. } ## condition: "source.ruby" # -- assert_nothing_raised(${1:Exception}) { $0 }