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

23 commits

Author SHA1 Message Date
Bernerd Schaefer
19e1ffc084 Update to rspec2
Use rspec2's metadata features to skip celerity specs when run in MRI
and culerity specs when jruby is not installed.
2010-09-18 12:34:14 -05:00
Bernerd Schaefer
409c4cdd49 Remove constant redefined warnings in suite 2010-09-17 19:10:16 -05:00
Nicklas Ramhöj
844bd776ae Use same session in all specs
This prevents most of all Selenium from opening
dozens of browser windows.
2010-09-07 18:20:04 +02:00
Jonas Nicklas
c6edcf7423 Use bundler in development.
Wow, that was easy...
2010-07-21 23:32:14 +02:00
Jonas Nicklas
dbfb3ee0e0 Added configure method to Capybara module 2010-07-11 13:13:24 +02:00
Jonas Nicklas
3b0d1d7e36 Capybara default selector is CSS instead of XPath 2010-07-09 20:38:59 +02:00
Jonas Nicklas
cf1aa4d073 Moved shared specs into lib directory
This way, implementations of other drivers can
use the specs to verify that they are working
correctly.
2010-04-09 16:41:35 +02:00
Jonas Nicklas
05fa9dd9e8 Run only JS tests with timeout 2010-01-30 20:09:27 +01:00
Jonas Nicklas
0f2e2d3164 default selector no longer interferes with has_xpath 2010-01-28 22:47:35 +01:00
Jonas Nicklas
2e432b82e7 Don't put DSL specs into modules
I don't understand how this is useful?
2010-01-18 20:33:22 +01:00
Jonas Nicklas
37aec4f581 Reduce timeout for specs so they run faster 2010-01-01 18:45:30 +01:00
Jonas Nicklas
3c85f392a2 Automatically run specs 2009-12-19 11:37:48 +01:00
Lenny Marks
598ccb3826 Session integration & specs for response_headers 2009-12-18 13:33:36 -05:00
Andrew Brown
41c7bb3d99 renamed sessions spec directory to dsl 2009-12-16 13:42:45 +01:00
Andrew Brown
497966dfcd refactored session specs into its own subdirectory 2009-12-15 20:58:51 +01:00
Theo Hultberg and Jonas Nicklas
6b099a4a33 renamed to capybara 2009-11-16 22:02:16 +01:00
Jonas Nicklas
b905699cd7 Make it possible to run test app on its own 2009-11-09 23:09:51 +01:00
Jonas Nicklas
70b455c186 Split up session specs so we can run them individually 2009-11-07 20:44:45 +01:00
Jonas Nicklas
5d8f14e573 Small require tweak 2009-11-05 17:40:52 +01:00
Jonas Nicklas
7b02830985 Some tests for javascript drivers 2009-11-05 17:35:45 +01:00
Jonas Nicklas
c4ee7eaa69 Test with some simple html for #body 2009-11-04 23:32:35 +01:00
Jonas Nicklas and Kevin Fitzpatrick
0b379be094 Get culerity driver into session 2009-11-04 23:17:17 +01:00
Jonas Nicklas and Kevin Fitzpatrick
8435d19a3a Initial checkin 2009-11-04 23:00:15 +01:00