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

Merge pull request #527 from wisq/master

Raise on Rack application timeout
This commit is contained in:
Jonas Nicklas 2011-10-20 13:41:47 -07:00
commit c4ebcea91b

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