Sha256: c9539abd90a21c1fffee4602e81238cb2eccd0689f2c79e2de96f714ce510dd2
Contents?: true
Size: 569 Bytes
Versions: 1
Compression:
Stored size: 569 Bytes
Contents
require "rack" require "nokogiri" module Webrat # The common base class for all exceptions raised by Webrat. class WebratError < StandardError end VERSION = "0.6.rc1" autoload :MechanizeAdapter, "webrat/adapters/mechanize" autoload :MerbAdapter, "webrat/adapters/merb" autoload :RackAdapter, "webrat/adapters/rack" autoload :RailsAdapter, "webrat/adapters/rails" autoload :SinatraAdapter, "webrat/adapters/sinatra" # The common base class for all exceptions raised by Webrat. class WebratError < StandardError end end require "webrat/core"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
honkster-webrat-0.6.0 | lib/webrat.rb |