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

22 commits

Author SHA1 Message Date
Thomas Walpole
a17e9c36fa Add rubocop-spec - some disabled for now 2018-04-30 18:00:16 -07:00
Thomas Walpole
618dd9ff70 Rubocop driven spec style cleanup 2018-03-01 11:44:55 -08:00
Thomas Walpole
05945bf2d9 remove conditionals for no longer supported versions of gems/rubies 2018-01-03 09:04:11 -08:00
Thomas Walpole
1a4cdbb7bd Add support for RSpec 3.5+ shared_context_metadata_behavior == :apply_to_host_groups 2016-07-22 11:59:10 -07:00
Thomas Walpole
07e7777425 frozen literal magic comment 2016-03-07 16:52:19 -08:00
bartuz
118b12bea3 Add more rspec aliases
New tags are ffeature (tag focus: true) / xfeature (pending)
2015-12-20 21:37:14 +01:00
Thomas Walpole
04f2ba640c fix warning about metadata filtering under RSpec 3 2014-06-20 14:49:36 -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
Jonas Nicklas
899f3bd1f5 Revert "Merge pull request #1123 from thomas-holmes/update-rspec-configuration"
This reverts commit c074fe1070, reversing
changes made to 61524b0fd3.
2013-07-21 23:56:21 +02:00
Thomas Holmes
2a95252f8a Make Rspec 3 compliant
Change explicit use of `example` variable to using the block value that
is passed in to examples and before/after hooks.
2013-07-20 14:09:51 -04:00
Travis
c7cb9e9f9c Permit nested features 2013-07-09 16:19:23 -07:00
Kori Roys
21040cbe74 change to more explicit pending message 2012-10-26 12:06:30 -05:00
Kori Roys
4da53be6af allow scenarios to be pending 2012-10-25 02:41:26 -05:00
Dan Ryan
b8768d8398 alias given and given! to let and let! 2012-10-03 19:55:11 -04:00
Jonas Nicklas
e55055a76d Apparently :file_path is now a relative path
Hardcoding this path isn't exactly pretty, but it's the best I could come up with it.
2012-07-10 10:21:23 +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
Jonas Nicklas and Nicklas Ramhöj
7fb5a1da3a Merge remote branch 'cavalle/object_pollution'
Conflicts:
	spec/rspec/features_spec.rb
2011-03-31 18:05:58 +02:00
Luismi Cavalle
d5b5847334 Pass feature caller to describe 2011-03-13 14:31:04 +01:00
Luismi Cavalle
fee2a70220 RSpec DSL should not pollute the Object namespace 2011-03-12 12:44:03 +01:00
Jo Liss
cfa26c66ad Removed require 'capybara/rspec/features' from spec (should be pulled in automatically) 2011-03-10 17:36:44 +01:00
Jonas Nicklas and Nicklas Ramhöj
f4897f890d Added DSL for acceptance tests in RSpec 2011-02-11 14:44:58 +01:00