# File lib/autotest/bacon.rb, line 25definitializesuperself.libs = ]. lib test spec].join(File::PATH_SEPARATOR)
end
Public Instance Methods
make_test_cmd(files_to_test)click to toggle source
# File lib/autotest/bacon.rb, line 30defmake_test_cmd(files_to_test)
args = files_to_test.keys.flatten.join(' ')
args = '-a'ifargs.empty?# TODO : make regex to pass to -n using values"#{ruby} -S bacon -o TestUnit #{args}"end