# File lib/deep_test/test_task.rb, line 15 def define desc "Run '#{@name}' suite using DeepTest" task @name do lib_options = @libs.any? ? "-I" + @libs.join(File::PATH_SEPARATOR) : "" require_options = requires.map {|f| "-r#{f}"}.join(" ") ruby "#{lib_options} #{require_options} #{runner} '#{@options.to_command_line}'" end end
Generated with the Darkfish Rdoc Generator 2.