1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Raise on Rack app timeout.

This commit is contained in:
Adrian Irving-Beer 2011-10-19 16:26:58 -04:00
parent acbb81cb90
commit 4e507cf5bc

View file

@ -71,8 +71,7 @@ module Capybara
end end
end end
rescue TimeoutError rescue TimeoutError
puts "Rack application timed out during boot" raise "Rack application timed out during boot"
exit
else else
self self
end end