/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
- #name : should_eventually "..." do ... end
- #key : shoulde
- #group : rails.shoulda
- #condition : (or (rails/unit-test?) (rails/functional-test?))
- # --
- should_eventually "${description}" do
- $0
- end