# File lib/autotest/rails.rb, line 59
  def tests_for_file(filename)
    super.select { |f| @files.has_key? f }
  end