# File lib/ruby_toggle_file.rb, line 81
  def implementation_file_10_no_match(test, basename, dir, node)
    if dir == nil and node == nil and test =~ %r!/test_(.+)\.rb$!
      test.sub("/test_", "/")
    end
  end