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

11 commits

Author SHA1 Message Date
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