/ruby-mode/Ruby on Rails/Test/test.ako
http://github.com/ridgetang/snippets · Unknown · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · 24da14232a7ca71d99f85046ca493fd9 MD5 · raw file
- #name : assert_kind_of ... , ...
- #key : ako
- #group : rails.test
- #condition : (or (rails/unit-test?) (rails/functional-test?))
- # --
- assert_kind_of ${class}, ${object}