Method: Shoulda::Context#should_eventually
- Defined in:
- lib/shoulda/context.rb
#should_eventually(name, &blk) ⇒ Object
342 343 344 |
# File 'lib/shoulda/context.rb', line 342 def should_eventually(name, &blk) self.should_eventuallys << { :name => name, :block => blk } end |