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

Update History for master

This commit is contained in:
Jo Liss 2012-01-04 18:41:51 +01:00
parent 6af85b3185
commit 4c86d3a5cb

View file

@ -1,3 +1,23 @@
# master
### Fixed
* Test suite now passes on Ruby 1.8 [Jo Liss]
* #565: `require 'capybara/dsl'` is no longer necessary [Jo Liss]
### Added
* #481 XPath ... [Adam McCrea, Jonas Nicklas]
* has_text, has_content ... [Jonas Nicklas]
* Add Capybara.server_host option (default: 127.0.0.1) [David Balatero]
### Changed
* #394: #body now returns the unmodified source (like #source), not the current
state of the DOM (like #html) [Jonas Nicklas]
* Element#text on RackTest now only returns visible text, as with Selenium
[Mark Dodwell]
# Version 1.1.2
Release date: 2011-11-15