module Maxitest::Testrbl

def self.localize(file)

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