[rspec-users] getting output of STDOUT in spec
Scott Taylor
mailing_lists at railsnewbie.com
Tue Apr 10 08:15:09 EDT 2007
Consider the following method:
def name_to_terminal
puts "Scott Taylor"
end
How would I spec this out?
Scott
More information about the rspec-users
mailing list