Sha256: 7892cff10a91082c9b140a8b108ba1ac1d9dea8ca14c0009ae3953997eb7688d
Contents?: true
Size: 444 Bytes
Versions: 28
Compression:
Stored size: 444 Bytes
Contents
require "webrat/selenium/application_servers/base" module Webrat module Selenium module ApplicationServers class External < Webrat::Selenium::ApplicationServers::Base def start warn "Webrat Ignoring Start Of Application Server Due to External Mode" end def stop end def fail end def pid_file end def wait end end end end end
Version data entries
28 entries across 28 versions & 11 rubygems