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:
commit
c4ebcea91b
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue