Sha256: 88e7db28bc8706909c701ee209aae862d61ed94ba925c84a0e115c3a2768aeb1
Contents?: true
Size: 445 Bytes
Versions: 28
Compression:
Stored size: 445 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 & 14 rubygems