1
0
Fork 0
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:
Jonas Nicklas 2009-11-24 23:58:26 +01:00
parent 228efad914
commit 792457376f

View file

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