I can't get test/unit to work with command line scripts that take user input via ARGV. Any tips on this? I continually get 'initialize': wrong number of arguments (0 for 1) (ArgumentError) that go back to my initialize method which is simply this: def initialize super end