webrat/lib/webrat/merb.rb
Bryan Helmkamp 03914fd293 Whitespace
2009-04-07 20:30:12 -04:00

10 lines
214 B
Ruby

require "webrat"
# 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
Webrat.configure do |config|
config.mode = :merb
end