Jo Liss
8eb4245567
Make :respect_data_method default to true with capybara/rails
2012-08-21 15:47:24 +02:00
Jonas Nicklas
31f1ac3ccb
Separate DSL out into a module
...
Otherwise we were including a lot of classes in
the namespace of the object that Capybara was
being included in. This could lead to clashes with
some common class names.
2011-04-11 06:58:42 +01:00
Jonas Nicklas and Nicklas Ramhöj
f4897f890d
Added DSL for acceptance tests in RSpec
2011-02-11 14:44:58 +01:00
Jonas Nicklas and Nicklas Ramhöj
f5552dfe42
Move matchers into folder
2011-02-11 14:06:39 +01:00
Jo Liss
558e7b2d4d
Use the :request type for RSpec example groups
2011-02-07 17:53:32 +01:00
Jonas Nicklas
6fea34cff8
Make RSpec matchers work with session and nodes
...
Also split RSpec matchers into separate file, so
they can be used with cucumber.
2011-02-04 16:37:03 +01:00
David Chelimsky
66dcafc3c7
add have_css and have_xpath matchers
2011-02-04 16:37:02 +01:00
David Chelimsky
1e7c79ffc0
initial stab at have_selector matcher for Strings
2011-02-04 16:37:02 +01:00
Jonas Nicklas
bdde00afd7
Only mix in Capybara into :type => :acceptance examples
2011-01-09 13:57:41 +01:00
Jonas Nicklas
7abde0226c
Correct module name for RSpec, prevent deprecation warnings
2010-12-21 16:25:25 +01:00
Anders Törnqvist
aa46894ce7
Add RSpec support in Capybara itself, closes #187
...
Just the basics of including Capybara and setting
up some metadata to switch between drivers.
2010-12-10 14:54:46 +01:00