Parent

Files

Autotest::Bacon

Public Class Methods

new() click to toggle source
    # File lib/autotest/bacon.rb, line 25
25:   def initialize
26:     super
27:     self.libs = ]. lib test spec].join(File::PATH_SEPARATOR)
28:   end

Public Instance Methods

make_test_cmd(files_to_test) click to toggle source
    # 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.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.