From fdf54b16bbb67951d3c155f396b531aafe65aaca Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Tue, 25 Aug 2015 23:01:26 -0700 Subject: [PATCH] tagged 2.5.0 --- History.md | 4 ++-- lib/capybara/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 0d16a92b..d3b1835d 100644 --- a/History.md +++ b/History.md @@ -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 element [Travis Grathwell] +* 'save_page' no longer errors when using Capybara.asset_host if the page has no \ element [Travis Grathwell] * rack-test driver will ignore clicks on links with href starting with '#' or 'javascript:' ### Added diff --git a/lib/capybara/version.rb b/lib/capybara/version.rb index 9fb79fbe..f2453d2d 100644 --- a/lib/capybara/version.rb +++ b/lib/capybara/version.rb @@ -1,3 +1,3 @@ module Capybara - VERSION = '2.5.0.dev' + VERSION = '2.5.0' end