webrat/lib/webrat/merb.rb

9 lines
213 B
Ruby
Raw Normal View History

require "webrat"
2008-10-21 15:29:06 +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
Webrat.configure do |config|
config.mode = :merb
end