mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
tagged 2.5.0
This commit is contained in:
parent
37e63b686f
commit
fdf54b16bb
2 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Version 2.5.0
|
||||
Release date: unreleased
|
||||
Release date: 2015-08-25
|
||||
|
||||
### Fixed
|
||||
* Error message now raised correctly when invalid options passed to 'have_text'/'have_content' [Tom Walpole]
|
||||
* Rack-test driver correctly gets document title when elements on the page have nested title elements (SVG) [Tom Walpole]
|
||||
* 'save_page' no longer errors when using Capybara.asset_host if the page has no <head> element [Travis Grathwell]
|
||||
* 'save_page' no longer errors when using Capybara.asset_host if the page has no \<head> element [Travis Grathwell]
|
||||
* rack-test driver will ignore clicks on links with href starting with '#' or 'javascript:'
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Capybara
|
||||
VERSION = '2.5.0.dev'
|
||||
VERSION = '2.5.0'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue