mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Bump to 1.13.0
This commit is contained in:
parent
2e869bb9b7
commit
fd63a7eec3
3 changed files with 11 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
capybara-webkit (1.12.0)
|
||||
capybara-webkit (1.13.0)
|
||||
capybara (>= 2.3.0, < 2.13.0)
|
||||
json
|
||||
|
||||
|
|
9
NEWS.md
9
NEWS.md
|
@ -1,3 +1,12 @@
|
|||
New for 1.13.0:
|
||||
|
||||
* Allow JavaScript errors to be raised as Ruby exceptions
|
||||
(`config.raise_javascript_errors` option)
|
||||
|
||||
New for 1.12.0:
|
||||
|
||||
* Capybara 2.11 compatibility
|
||||
|
||||
New for 1.11.1:
|
||||
|
||||
* Fix compiling on OS X with Qt 4.8
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
module Capybara
|
||||
module Driver
|
||||
class Webkit
|
||||
VERSION = "1.12.0".freeze
|
||||
VERSION = "1.13.0".freeze
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue