Method: Shoulda::Context#print_should_eventuallys
- Defined in:
- lib/shoulda/context.rb
#print_should_eventuallys ⇒ Object
411 412 413 414 415 416 |
# File 'lib/shoulda/context.rb', line 411 def print_should_eventuallys should_eventuallys.each do |should| test_name = [full_name, "should", "#{should[:name]}. "].flatten.join(' ') puts " * DEFERRED: " + test_name end end |