mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
tagged 0.3.6
This commit is contained in:
parent
1974fdbdc2
commit
1ff9ac2ab7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require 'timeout'
|
|||
require 'nokogiri'
|
||||
|
||||
module Capybara
|
||||
VERSION = '0.3.5'
|
||||
VERSION = '0.3.6'
|
||||
|
||||
class CapybaraError < StandardError; end
|
||||
class DriverNotFoundError < CapybaraError; end
|
||||
|
|
Loading…
Reference in a new issue