1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fixed Load Error failures in 1.9.2-head

This commit is contained in:
Rizwan Reza 2010-06-07 21:52:56 +04:30 committed by wycats
parent ed16ec6344
commit 3adb395da4

View file

@ -3,6 +3,7 @@ class LoadError
/^no such file to load -- (.+)$/i, /^no such file to load -- (.+)$/i,
/^Missing \w+ (?:file\s*)?([^\s]+.rb)$/i, /^Missing \w+ (?:file\s*)?([^\s]+.rb)$/i,
/^Missing API definition file in (.+)$/i, /^Missing API definition file in (.+)$/i,
/^cannot load such file -- (.+)$/i,
] ]
def path def path