PageRenderTime 156ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

/ruby-mode/Ruby on Rails/Shoulda/shoulda.shs

http://github.com/ridgetang/snippets
Unknown | 10 lines | 9 code | 1 blank | 0 comment | 0 complexity | a0bd8c6c1502dbca43b7bf9d64d8ca94 MD5 | raw file
  1. #name : should "..." do ... end; shs
  2. #key : shs
  3. #group : rails.shoulda
  4. #condition : (or (rails/unit-test?) (rails/functional-test?))
  5. # --
  6. should "${description}" do
  7. flunk
  8. end
  9. shs$0