Commit Graph

17 Commits

Author SHA1 Message Date
Thomas Walpole 24eb7a0702 rubocop driven style cleanup 2018-01-09 16:01:47 -08:00
Thomas Walpole e68051f6ac Rubocop driven cleanup 2018-01-08 14:39:56 -08:00
Thomas Walpole 6356719043 Proxy all/within to the correct version based on parameters passed 2017-04-11 17:15:15 -07:00
Thomas Walpole 07e7777425 frozen literal magic comment 2016-03-07 16:52:19 -08:00
David Rodríguez 393dcb8992 Fix circular require
"capybara/dsl.rb" already requires "capybara.rb". We also update
"capybara/cucumber.rb" to catch up with this change.
2015-12-11 10:42:09 +01:00
Andrey Botalov 90243d92c9 Remove `require 'capybara/dsl'` from cucumber.rb
This file is already required in capybara.rb
2013-07-01 14:03:31 +03:00
Jonas Nicklas a1c8453342 Clean up sessions after under cucumber, to be consistent with rspec 2013-02-16 10:56:33 +01:00
Jonas Nicklas and Kim Burgestrand 87f470ed2f Merge branch 'master' of https://github.com/bjornblomqvist/capybara into bjornblomqvist-master 2011-11-15 16:15:02 +01:00
Darwin 2cfb73320f Moved session cleanup to before the test so that i still have browser state when debuging a faild test, (I reuse the Selenuium/Firefox instance by starting it in the prefork part of spork) 2011-09-08 16:43:13 +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 04360cc291 Reflect on tags, rather than hardcoding
This means that drivers don't have to add their
own cucumber tags anymore.
2011-02-24 13:11:00 +01:00
Jonas Nicklas and Nicklas Ramhöj f5552dfe42 Move matchers into folder 2011-02-11 14:06:39 +01:00
Jonas Nicklas 6d409dcf53 Use customer RSpec matchers in cucumber 2011-02-06 14:44:43 +01:00
Jonas Nicklas 810fe3bc74 Added @celerity tag for cucumber 2010-01-01 18:00:04 +01:00
Dennis Rogenius 563c9f0481 removed database cleaner dependencies 2009-11-21 20:17:07 +01:00
Jonas Nicklas be50d81394 Added more tags to cucumber 2009-11-18 23:38:27 +01:00
Theo Hultberg and Jonas Nicklas 6b099a4a33 renamed to capybara 2009-11-16 22:02:16 +01:00