PageRenderTime 100ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/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
  1. # -*- mode: snippet -*-
  2. # key: ast
  3. # contributor: Translated from TextMate Snippet
  4. # name: assert_throws(..) { .. }
  5. # --
  6. assert_throws(:${1:expected}) { $0 }