Tagged 0.3.0

This commit is contained in:
Jonas Nicklas 2010-01-11 22:16:59 +01:00
parent 40d2185753
commit 0a2a183e1b
2 changed files with 3 additions and 1 deletions

View File

@ -51,6 +51,7 @@ spec/dsl/select_spec.rb
spec/dsl/uncheck_spec.rb
spec/dsl/within_spec.rb
spec/dsl_spec.rb
spec/fixtures/capybara.jpg
spec/fixtures/test_file.txt
spec/public/jquery-ui.js
spec/public/jquery.js
@ -72,6 +73,7 @@ spec/test_app.rb
spec/views/buttons.erb
spec/views/fieldsets.erb
spec/views/form.erb
spec/views/postback.erb
spec/views/tables.erb
spec/views/with_html.erb
spec/views/with_js.erb

View File

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