PageRenderTime 7ms CodeModel.GetById 1ms app.highlight 4ms RepoModel.GetById 1ms app.codeStats 0ms

/ruby-mode/Ruby on Rails/Test/test.ar

http://github.com/ridgetang/snippets
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 152c35462d1da2ff83cd5feaf5329d9c MD5 | raw file
1#name : assert_raises  ...  { $. }
2#key : ar
3#group : rails.test
4#condition : (or (rails/unit-test?) (rails/functional-test?))
5# --
6assert_raises ${Exception} { $. }