/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

  1. #name : assert_kind_of ... , ...
  2. #key : ako
  3. #group : rails.test
  4. #condition : (or (rails/unit-test?) (rails/functional-test?))
  5. # --
  6. assert_kind_of ${class}, ${object}