Thomas Walpole
84d854244a
raise error if app_host/default_host are incorrectly set
2016-05-06 10:15:59 -07:00
Thomas Walpole
015c2a1963
Allow registering different servers
2016-03-09 13:22:47 -08:00
Thomas Walpole
07e7777425
frozen literal magic comment
2016-03-07 16:52:19 -08:00
Thomas Walpole
5b6d65feae
rename default_wait_time to default_max_wait_time - Issue #1442
2015-04-23 10:18:16 -07:00
Thomas Walpole
85e9fcd7f2
fix feature definition in case user has RSpec set not to expose dsl globally - test in rspec 3 beta tests
2014-04-03 10:25:03 -07:00
Thomas Walpole
ba37f78692
Update all tests to "expect" format and add support for RSpec 3 usage
...
Swap from :skip to :capybara_skip since :skip is now used by RSpec 3
Add rspec 3 testing to beta gemfile
2014-04-02 14:33:26 -07:00
Markus Graf
12d03dd80b
use double instead of mock to get rid of the deprecation warning
2013-09-27 13:39:05 +02:00
Jonas Nicklas
7e4d3b85f5
Use expect..to instead of the running
alias
2012-10-30 14:26:19 +01:00
Jonas Nicklas
2462443f89
Use a custom spec helper instead of shared specs
2012-07-21 16:46:56 -04:00
Jonas Nicklas
fd5996f5f7
Fixed some failing stuff
2011-04-08 16:14:05 +01:00
John Firebaugh
91e59f3572
Allow the Rack handler to be configured via Capybara.server {|app, port| ...}
...
For example, to use mongrel rather than thin or webrick:
Capybara.server do |app, port|
require 'rack/handler/mongrel'
Rack::Handler::Mongrel.run(app, :Port => port)
end
2010-10-27 19:53:59 -07:00
Bernerd Schaefer
409c4cdd49
Remove constant redefined warnings in suite
2010-09-17 19:10:16 -05:00
Nicklas Ramhöj
95dc635ce9
Reset default_wait_time to correct value after test
...
Fixes Culerity single quote test failures
2010-09-15 18:19:25 +02:00
Jonas Nicklas
7fc12fd78e
Drivers are now manually registered
2010-09-07 18:18:19 +02:00
Jonas Nicklas
37aec4f581
Reduce timeout for specs so they run faster
2010-01-01 18:45:30 +01:00
Lenny Marks
eb82466fe6
Capybara#default_wait_time
...
Capybara default_wait_time
- should default to 2 seconds
- should be changeable
2009-12-31 13:51:22 -05:00