1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

tagged 0.2.0

This commit is contained in:
Jonas Nicklas 2009-12-13 15:08:12 +01:00
parent 2c79f8eb0b
commit 7358deb5d6

View file

@ -1,7 +1,7 @@
require 'nokogiri'
module Capybara
VERSION = '0.1.4'
VERSION = '0.2.0'
class CapybaraError < StandardError; end
class DriverNotFoundError < CapybaraError; end