Commit Graph

12 Commits

Author SHA1 Message Date
Jonas Nicklas de34c63835 set rspec type to :feature instead 2012-09-07 20:18:20 +02: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
Jo Liss 9fd6c85949 Set Capybara.app at spec run time, not at definition time
This bug got triggered on Travis.
2012-01-03 17:51:29 +01:00
Thomas Walpole 891eb9e10e fix the rspec 3 deprecation warning when running tests 2011-07-30 00:35:58 +02:00
Jonas Nicklas and Nicklas Ramhöj f4897f890d Added DSL for acceptance tests in RSpec 2011-02-11 14:44:58 +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
John Firebaugh e5d71977b2 Fix spec failures 2010-12-31 09:16:19 -08: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