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

20 commits

Author SHA1 Message Date
Thomas Walpole
c5d7089e0e generally prefer ruby 1.9 hash format 2016-10-04 11:10:29 -07:00
Thomas Walpole
25e37be19a Use Node#value rather than Node#[] in specs 2016-08-04 12:06:31 -07:00
Thomas Walpole
07e7777425 frozen literal magic comment 2016-03-07 16:52:19 -08:00
Thomas Walpole
ae1e4cb088 add #find_all as an alias of #all - Issue #1396 2015-04-23 11:11:57 -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
tmertens
850292f473 Remove options hash 2014-01-31 09:55:05 -06:00
tmertens
cdd3184ae3 Use let instead of tap 2014-01-31 08:46:03 -06:00
tmertens
b43fadc163 Un-DRY specs 2014-01-17 17:59:10 -06:00
tmertens
c94e44b567 Add specs for new query options on Finders#all method 2014-01-17 15:42:49 -06:00
Jonas Nicklas
0303ed84c5 Fix some specs, due to visibility changes 2013-02-15 22:09:40 +01:00
Jonas Nicklas
19a9171665 ignore_hidden_elements now defaults to true
This default will change in Capybara 2.1.0.
2013-02-10 16:02:09 +01:00
Jonas Nicklas
2462443f89 Use a custom spec helper instead of shared specs 2012-07-21 16:46:56 -04:00
Jonas Nicklas
21fad63bc2 Raise error when invalid keys given 2012-07-13 15:36:43 +02:00
Jonas Nicklas
cc05b1d63b Raise an error when there are multiple elements found 2012-02-01 13:24:13 +01:00
Jonas Nicklas
2b78681d07 :visible => false now works as expected 2010-12-22 16:10:42 +01:00
Jonas Nicklas
d59d7bb3f7 Extract HTML xpaths into XPath gem 2010-08-14 18:35:46 +02:00
Jonas Nicklas
e193cc110a Move fieldset to use XPath DSL, remove text_area/text_field 2010-08-14 13:45:33 +02:00
Jonas Nicklas
77168519a1 Wrap driver nodes in new Node class which inherits from session 2010-07-10 01:51:20 +02:00
Jonas Nicklas
42aa6615b2 Allow comma separated CSS selectors in searches 2010-07-09 20:19:31 +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
Renamed from spec/dsl/all_spec.rb (Browse further)