Sha256: dc32b1ba57e4d9e710c823355628f02481f5e86514b1668831e9ac1c5b6c53a1
Contents?: true
Size: 392 Bytes
Versions: 1
Compression:
Stored size: 392 Bytes
Contents
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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aslakhellesoy-webrat-0.4.4.1 | lib/webrat/selenium/application_servers/external.rb |