2008-11-24 00:46:37 +00:00
|
|
|
require "webrat"
|
2008-10-21 15:29:06 +00:00
|
|
|
|
2009-01-18 21:20:58 +00:00
|
|
|
# This is a temporary hack to support backwards compatibility
|
|
|
|
# with Merb 1.0.8 until it's updated to use the new Webrat.configure
|
|
|
|
# syntax
|
2008-11-04 01:11:26 +00:00
|
|
|
|
2009-01-18 21:20:58 +00:00
|
|
|
Webrat.configure do |config|
|
|
|
|
config.mode = :merb
|
|
|
|
end
|