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