# File lib/autotest.rb, line 541
  def add_mapping(regexp, &proc)
    @test_mappings << [regexp, proc]
  end