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

Update fixes in 2.4.2 [skip ci]

This commit is contained in:
Thomas Walpole 2014-09-19 11:46:18 -07:00
parent 1d2529d59c
commit 2373e363e5

View file

@ -1,3 +1,13 @@
# Version 2.4.2
Release date: unreleased
### Fixed
* Prevent concurrency issue when testing Rails app with default test environment [Thomas Walpole]
* Tags for windows API tests fixed [Dmitry Vorotilin]
* Documentation Fixes [Andrey Botalov]
* Always convert visit url to string, fixes issue with visit when always_include_port was enabled [Jake Goulding]
* Check correct rspec version before including ::RSpec::Matchers::Composable in Capybara RSpec matchers [Thomas Walpole, Justin Ko]
# Version 2.4.1
Release date: 2014-07-03