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

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

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