PageRenderTime 31ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

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

http://github.com/ridgetang/snippets
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 55de86488765ff99dab0b8b3e6b1e850 MD5 | raw file
  1. #name : assert_equal ...
  2. #key : asn
  3. #group : rails.test
  4. #condition : (or (rails/unit-test?) (rails/functional-test?))
  5. # --
  6. assert_equal ${unexpected}, ${actual}