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

9 commits

Author SHA1 Message Date
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