# File lib/webrat/selenium/application_servers/merb.rb, line 20 def fail $stderr.puts $stderr.puts $stderr.puts "==> Failed to boot the Merb application server... exiting!" $stderr.puts $stderr.puts "Verify you can start a Merb server on port #{Webrat.configuration.application_port} with the following command:" $stderr.puts $stderr.puts " #{start_command}" exit end
# File lib/webrat/selenium/application_servers/merb.rb, line 39 def merb_command if File.exist?('bin/merb') merb_cmd = 'bin/merb' else merb_cmd = 'merb' end end
# File lib/webrat/selenium/application_servers/merb.rb, line 31 def pid_file "log/merb.#{Webrat.configuration.application_port}.pid" end
# File lib/webrat/selenium/application_servers/merb.rb, line 8 def start system start_command end
Generated with the Darkfish Rdoc Generator 2.