/ruby-mode/Ruby on Rails/Shoulda/shoulda.shc.2
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 54feb36eb30cd59154914bdc6005f531 MD5 | raw file
1#name : should_change "...", :from => ..., :to => ... 2#key : shc.2 3#group : rails.shoulda 4#condition : (or (rails/unit-test?) (rails/functional-test?)) 5# -- 6should_change "${1:Model.count}", :from => ${2:old_value}, :to => ${2:new_value}$0