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

7 commits

Author SHA1 Message Date
Jonas Nicklas
ae355e0fe7 "Surely that page could not possibly change"
-- famous last words
2010-06-29 21:54:40 +02:00
Gareth Townsend
d1fc4d6e1a Rename response_code to status_code for consistency.
Update selenium specs to ensure that it raises the Capybara::NotSupportedByDriverError error.
2010-06-07 13:14:40 +10:00
Gareth Townsend
6acb113497 Implement status_code method for celerity_driver. 2010-06-07 12:57:14 +10:00
Gareth Townsend
072e697130 Implemented a response_code method in the Capybara::Driver::Base class that raises Capybara::NotSupportedByDriverError. 2010-06-07 11:13:57 +10:00
Jonas Nicklas
0ed383238f Init C[ue]lerity driver/session in before(:all)
This way we don't create a crap load of instances
which leads to out-of-memory exceptions.
2010-02-26 01:14:58 +01:00
Jonas Nicklas
ecdc2bd8c5 visit now allow fully qualified URLs.
This also introduces Capybara.run_server, which
controls whether Capybara will spool up a server
or not.
2010-01-17 17:40:26 +01:00
Jonas Nicklas
b57efde45c Run driver spec as remote instead
Running session spec is too slow
2009-12-19 12:40:08 +01:00