search for: name_to_terminal

Displaying 1 result from an estimated 1 matches for "name_to_terminal".

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