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

tagged 0.1.3

This commit is contained in:
Jonas Nicklas and Peter Gromark 2009-11-30 21:38:09 +01:00 committed by Jonas Nicklas
parent 6e11333022
commit 4cbab684a5
2 changed files with 5 additions and 1 deletions

View file

@ -27,13 +27,17 @@ spec/drivers_spec.rb
spec/dsl_spec.rb
spec/fixtures/test_file.txt
spec/public/jquery.js
spec/save_and_open_page_spec.rb
spec/session/culerity_session_spec.rb
spec/session/rack_test_session_spec.rb
spec/session/selenium_session_spec.rb
spec/session_spec.rb
spec/spec_helper.rb
spec/test_app.rb
spec/views/buttons.erb
spec/views/fieldsets.erb
spec/views/form.erb
spec/views/tables.erb
spec/views/with_html.erb
spec/views/with_js.erb
spec/views/with_scope.erb

View file

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