Displaying 1 result from an estimated 1 matches for "nottime".
Did you mean:
noatime
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