module Maxitest::Testrbl

def localize(file)

fix 1.9 not being able to load local files
def localize(file)
  file =~ /^[-a-z\d_]/ ? "./#{file}" : file
end