mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
tagged 2.9.0
This commit is contained in:
parent
1b268fb6b6
commit
b00adfa5e5
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#Version 2.9.0
|
||||
Release date: unreleased
|
||||
Release date: 2016-09-19
|
||||
|
||||
### Fixed
|
||||
* Issue with rack-test driver and obselete mime-types when using `#attach_file` - Issue #1756 [Thomas Walpole]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Capybara
|
||||
VERSION = '2.9.0-dev'
|
||||
VERSION = '2.9.0'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue