# File lib/ruby_toggle_file.rb, line 75 def implementation_file_00_rails(test, basedir, dir, node) if m = %r!test/(unit|functional)/(.+)_test.rb$!.match(test) "%sapp/%s/%s.rb" % [ m.pre_match, RAILS_TESTNAME2MVC[m[1]], m[2] ] end end