# File lib/ruby_toggle_file.rb, line 45
  def test_file_00_rails(implementation, basedir, dir, node) # rails
    if m = %r!app/(models|controllers)/(.+)\.rb$!.match(implementation)
      "%stest/%s/%s_test.rb" % [ m.pre_match, RAILS_MVC2TESTNAME[m[1]], m[2] ]
    end
  end