teamcapybara--capybara/spec
John Wilger 583c54cef5 Server#responsive? now rescues all SystemCallError exceptions
It previously only rescued Errno::ECONNREFUSED and Errno::EBADF. On a
few occasions, I have also seen the Errno::ETIMEDOUT exception raised by
Net::HTTP from this method. Since the Net::HTTP calls are the only thing
in this method that should be making any kind of system calls, a rescue
of all SystemCallError exceptions (the superclass of all of the Errno
exceptions) will catch these as well as any other system call errors
triggered by Net::HTTP.
2013-03-16 13:00:20 -07:00
..
fixtures Renamed rspec examples 2011-08-22 12:32:35 +03:00
rspec Add type to matchers 2013-02-17 15:45:14 +01:00
basic_node_spec.rb Support title in simple nodes 2013-02-16 09:59:07 +01:00
capybara_spec.rb Use expect..to instead of the `running` alias 2012-10-30 14:26:19 +01:00
dsl_spec.rb hover implementation 2013-02-25 10:37:25 -08:00
rack_test_spec.rb hover implementation 2013-02-25 10:37:25 -08:00
result_spec.rb Delegate common Result methods to Array 2012-08-09 20:54:59 -04:00
rspec_spec.rb set rspec type to :feature instead 2012-09-07 20:18:20 +02:00
selenium_spec.rb Make source a true alias of html, closes #871 2012-11-20 14:24:39 +01:00
server_spec.rb Server#responsive? now rescues all SystemCallError exceptions 2013-03-16 13:00:20 -07:00
spec_helper.rb Use pry for debugging 2013-02-15 23:10:53 +01:00