# File lib/autotest/bacon.rb, line 30 30: def make_test_cmd(files_to_test) 31: args = files_to_test.keys.flatten.join(' ') 32: args = '-a' if args.empty? 33: # TODO : make regex to pass to -n using values 34: "#{ruby} -S bacon -o TestUnit #{args}" 35: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.