mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Prepare for 2.15.1 release
This commit is contained in:
parent
6345c24219
commit
e283c1aeaa
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
# Version 2.15.1
|
||||||
|
|
||||||
|
Release date: 2017-08-04
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
* `attach_file` with no extension/MIME type when using the `:rack_test` driver [Thomas Walpole]
|
||||||
|
|
||||||
# Version 2.15.0
|
# Version 2.15.0
|
||||||
|
|
||||||
Release date: 2017-08-04
|
Release date: 2017-08-04
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
module Capybara
|
module Capybara
|
||||||
VERSION = '2.15.0'
|
VERSION = '2.15.1'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue