yasnippet/extras/imported/ruby-mode/Tests/assert_nothing_thrown { .. } (asnt).yasnippet
2009-08-29 17:59:02 +00:00

6 lines
154 B
Plaintext

# -*- mode: snippet -*-
# key: asnt
# contributor: Translated from TextMate Snippet
# name: assert_nothing_thrown { .. }
# --
assert_nothing_thrown { $0 }