mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Tagged 0.3.0
This commit is contained in:
parent
40d2185753
commit
0a2a183e1b
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue