Displaying 1 result from an estimated 1 matches for "time_factori".
Did you mean:
time_factory
2007 Apr 10
6
getting output of STDOUT in spec
Consider the following method:
def name_to_terminal
puts "Scott Taylor"
end
How would I spec this out?
Scott