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:
parent
6e11333022
commit
4cbab684a5
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
require 'nokogiri'
|
||||
|
||||
module Capybara
|
||||
VERSION = '0.1.2'
|
||||
VERSION = '0.1.3'
|
||||
|
||||
class CapybaraError < StandardError; end
|
||||
class DriverNotFoundError < CapybaraError; end
|
||||
|
|
Loading…
Add table
Reference in a new issue