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

Prepare for 3.32.2 release

This commit is contained in:
Thomas Walpole 2020-05-16 11:37:02 -07:00
parent 443021500e
commit a4e858b7b0
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ Release date: unreleased
* Ruby 2.5.0+ is now required
# Version 3.32.2
Release date: 2020-05-16
### Fixed
* Don't use lazy enumerator with JRuby due to leaking threads
* Ruby 2,7 deprecation warning when registering Webrick [Jon Zeppieri]
* `have_text` description [Juan Pablo Rinaldi]
# Version 3.32.1
Release date: 2020-04-05

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Capybara
VERSION = '3.32.1'
VERSION = '3.32.2'
end

View file

@ -22,7 +22,7 @@ RSpec.describe Capybara::DSL do
before do
Capybara.use_default_driver
end
after do
Capybara.session_name = nil
Capybara.default_driver = nil