PageRenderTime 34ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/ruby-mode/Ruby on Rails/Shoulda/shoulda.shc.1

http://github.com/ridgetang/snippets
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 1049bc3af5bf427dc651593e90aac850 MD5 | raw file
  1. #name : should_change "...", :by => ...
  2. #key : shc.1
  3. #group : rails.shoulda
  4. #condition : (or (rails/unit-test?) (rails/functional-test?))
  5. # --
  6. should_change "${1:Model.count}", :by => ${2:1}$0