All but 3 merb tests pass

This commit is contained in:
Gwyn Morfey 2008-04-18 13:37:53 +01:00
parent b9f6affa3f
commit aeb6aa056c
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ module Webrat
end
if defined?(Merb)
puts "************ Booting merb mode"
require File.join(File.dirname(__FILE__), "boot_merb.rb")
else
require File.join(File.dirname(__FILE__), "boot_rails.rb")