Commit Graph

33 Commits

Author SHA1 Message Date
Jonas Nicklas 3d1fe5e648 Fold driver specs into session specs 2012-07-13 12:59:57 +02:00
Damian Janowski 6547e61f62 Fix build. 2012-03-16 15:04:35 -03:00
Jonas Nicklas 020ccf0cfe Merge branch 'non_ambiguous' 2012-02-09 14:20:06 +01:00
Jo Liss c21d5eb237 Add comment to make workaround less confusing 2012-02-03 01:34:45 +01:00
Jo Liss 4329a3bee3 Add workaround for "docElement is null" flickering test problem 2012-02-02 20:33:03 +01:00
Jonas Nicklas 6b1a8b61b8 Remove Capybara.timeout entirely 2012-02-01 14:32:33 +01:00
Jo Liss 21977817bf Require cleaning up after our specs rather than setting up before
It's easier to catch issues this way.
2012-01-04 19:41:40 +01:00
Thomas Walpole 891eb9e10e fix the rspec 3 deprecation warning when running tests 2011-07-30 00:35:58 +02:00
Gonzalo Rodríguez-Baltanás Díaz 84d0f66b05 There is a deprecation warning about rspec 3 that says that no configuration option should be set after defining a group of specs. This commit fix the issue by moving the setting of options to a position before the specs are required loaded. 2011-05-14 12:02:26 -07:00
Gabriel Sobrinho 5c4f28ec61 Remove culerity and celerity drivers 2011-03-08 16:44:30 -03:00
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