# 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