mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Tagged 0.1.2
This commit is contained in:
parent
228efad914
commit
792457376f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
require 'nokogiri'
|
require 'nokogiri'
|
||||||
|
|
||||||
module Capybara
|
module Capybara
|
||||||
VERSION = '0.1.1'
|
VERSION = '0.1.2'
|
||||||
|
|
||||||
class CapybaraError < StandardError; end
|
class CapybaraError < StandardError; end
|
||||||
class DriverNotFoundError < CapybaraError; end
|
class DriverNotFoundError < CapybaraError; end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue