# -*- encoding: utf-8 -*- # stub: hardbap-webrat 0.5.2 ruby lib Gem::Specification.new do |s| s.name = "hardbap-webrat".freeze s.version = "0.5.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Bryan Helmkamp".freeze] s.date = "2009-08-12" s.description = "Webrat lets you quickly write expressive and robust acceptance tests for a Ruby web application. It supports simulating a browser inside a Ruby process to avoid the performance hit and browser dependency of Selenium or Watir, but the same API can also be used to drive real Selenium tests when necessary (eg. for testing AJAX interactions). Most Ruby web frameworks and testing frameworks are supported.".freeze s.email = "bryan@brynary.com".freeze s.extra_rdoc_files = ["History.txt".freeze, "MIT-LICENSE.txt".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "History.txt".freeze, "MIT-LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "install.rb".freeze, "lib/webrat.rb".freeze, "lib/webrat/core.rb".freeze, "lib/webrat/core/configuration.rb".freeze, "lib/webrat/core/elements/area.rb".freeze, "lib/webrat/core/elements/element.rb".freeze, "lib/webrat/core/elements/field.rb".freeze, "lib/webrat/core/elements/form.rb".freeze, "lib/webrat/core/elements/label.rb".freeze, "lib/webrat/core/elements/link.rb".freeze, "lib/webrat/core/elements/select_option.rb".freeze, "lib/webrat/core/locators.rb".freeze, "lib/webrat/core/locators/area_locator.rb".freeze, "lib/webrat/core/locators/button_locator.rb".freeze, "lib/webrat/core/locators/field_by_id_locator.rb".freeze, "lib/webrat/core/locators/field_labeled_locator.rb".freeze, "lib/webrat/core/locators/field_locator.rb".freeze, "lib/webrat/core/locators/field_named_locator.rb".freeze, "lib/webrat/core/locators/form_locator.rb".freeze, "lib/webrat/core/locators/label_locator.rb".freeze, "lib/webrat/core/locators/link_locator.rb".freeze, "lib/webrat/core/locators/locator.rb".freeze, "lib/webrat/core/locators/select_option_locator.rb".freeze, "lib/webrat/core/logging.rb".freeze, "lib/webrat/core/matchers.rb".freeze, "lib/webrat/core/matchers/have_content.rb".freeze, "lib/webrat/core/matchers/have_selector.rb".freeze, "lib/webrat/core/matchers/have_tag.rb".freeze, "lib/webrat/core/matchers/have_xpath.rb".freeze, "lib/webrat/core/methods.rb".freeze, "lib/webrat/core/mime.rb".freeze, "lib/webrat/core/save_and_open_page.rb".freeze, "lib/webrat/core/scope.rb".freeze, "lib/webrat/core/session.rb".freeze, "lib/webrat/core/xml.rb".freeze, "lib/webrat/core/xml/hpricot.rb".freeze, "lib/webrat/core/xml/nokogiri.rb".freeze, "lib/webrat/core/xml/rexml.rb".freeze, "lib/webrat/core_extensions/blank.rb".freeze, "lib/webrat/core_extensions/deprecate.rb".freeze, "lib/webrat/core_extensions/detect_mapped.rb".freeze, "lib/webrat/core_extensions/meta_class.rb".freeze, "lib/webrat/core_extensions/nil_to_param.rb".freeze, "lib/webrat/core_extensions/tcp_socket.rb".freeze, "lib/webrat/mechanize.rb".freeze, "lib/webrat/merb.rb".freeze, "lib/webrat/merb_multipart_support.rb".freeze, "lib/webrat/merb_session.rb".freeze, "lib/webrat/rack.rb".freeze, "lib/webrat/rails.rb".freeze, "lib/webrat/rspec-rails.rb".freeze, "lib/webrat/selenium.rb".freeze, "lib/webrat/selenium/application_server_factory.rb".freeze, "lib/webrat/selenium/application_servers.rb".freeze, "lib/webrat/selenium/application_servers/base.rb".freeze, "lib/webrat/selenium/application_servers/external.rb".freeze, "lib/webrat/selenium/application_servers/merb.rb".freeze, "lib/webrat/selenium/application_servers/rails.rb".freeze, "lib/webrat/selenium/application_servers/sinatra.rb".freeze, "lib/webrat/selenium/location_strategy_javascript/button.js".freeze, "lib/webrat/selenium/location_strategy_javascript/label.js".freeze, "lib/webrat/selenium/location_strategy_javascript/webrat.js".freeze, "lib/webrat/selenium/location_strategy_javascript/webratlink.js".freeze, "lib/webrat/selenium/location_strategy_javascript/webratlinkwithin.js".freeze, "lib/webrat/selenium/location_strategy_javascript/webratselectwithoption.js".freeze, "lib/webrat/selenium/matchers.rb".freeze, "lib/webrat/selenium/matchers/have_content.rb".freeze, "lib/webrat/selenium/matchers/have_selector.rb".freeze, "lib/webrat/selenium/matchers/have_tag.rb".freeze, "lib/webrat/selenium/matchers/have_xpath.rb".freeze, "lib/webrat/selenium/selenium_extensions.js".freeze, "lib/webrat/selenium/selenium_rc_server.rb".freeze, "lib/webrat/selenium/selenium_session.rb".freeze, "lib/webrat/selenium/silence_stream.rb".freeze, "lib/webrat/sinatra.rb".freeze, "spec/fakes/test_session.rb".freeze, "spec/integration/merb/.gitignore".freeze, "spec/integration/merb/Rakefile".freeze, "spec/integration/merb/app/controllers/application.rb".freeze, "spec/integration/merb/app/controllers/exceptions.rb".freeze, "spec/integration/merb/app/controllers/testing.rb".freeze, "spec/integration/merb/app/views/exceptions/not_acceptable.html.erb".freeze, "spec/integration/merb/app/views/exceptions/not_found.html.erb".freeze, "spec/integration/merb/app/views/layout/application.html.erb".freeze, "spec/integration/merb/app/views/testing/show_form.html.erb".freeze, "spec/integration/merb/app/views/testing/upload.html.erb".freeze, "spec/integration/merb/config/environments/development.rb".freeze, "spec/integration/merb/config/environments/rake.rb".freeze, "spec/integration/merb/config/environments/test.rb".freeze, "spec/integration/merb/config/init.rb".freeze, "spec/integration/merb/config/rack.rb".freeze, "spec/integration/merb/config/router.rb".freeze, "spec/integration/merb/spec/spec.opts".freeze, "spec/integration/merb/spec/spec_helper.rb".freeze, "spec/integration/merb/spec/webrat_spec.rb".freeze, "spec/integration/merb/tasks/merb.thor/app_script.rb".freeze, "spec/integration/merb/tasks/merb.thor/common.rb".freeze, "spec/integration/merb/tasks/merb.thor/gem_ext.rb".freeze, "spec/integration/merb/tasks/merb.thor/main.thor".freeze, "spec/integration/merb/tasks/merb.thor/ops.rb".freeze, "spec/integration/merb/tasks/merb.thor/utils.rb".freeze, "spec/integration/rack/Rakefile".freeze, "spec/integration/rack/app.rb".freeze, "spec/integration/rack/test/helper.rb".freeze, "spec/integration/rack/test/webrat_rack_test.rb".freeze, "spec/integration/rails/.gitignore".freeze, "spec/integration/rails/Rakefile".freeze, "spec/integration/rails/app/controllers/application.rb".freeze, "spec/integration/rails/app/controllers/buttons_controller.rb".freeze, "spec/integration/rails/app/controllers/fields_controller.rb".freeze, "spec/integration/rails/app/controllers/links_controller.rb".freeze, "spec/integration/rails/app/controllers/webrat_controller.rb".freeze, "spec/integration/rails/app/helpers/buttons_helper.rb".freeze, "spec/integration/rails/app/helpers/fields_helper.rb".freeze, "spec/integration/rails/app/helpers/links_helper.rb".freeze, "spec/integration/rails/app/views/buttons/show.html.erb".freeze, "spec/integration/rails/app/views/fields/show.html.erb".freeze, "spec/integration/rails/app/views/links/show.html.erb".freeze, "spec/integration/rails/app/views/webrat/before_redirect_form.html.erb".freeze, "spec/integration/rails/app/views/webrat/buttons.html.erb".freeze, "spec/integration/rails/app/views/webrat/form.html.erb".freeze, "spec/integration/rails/config/boot.rb".freeze, "spec/integration/rails/config/environment.rb".freeze, "spec/integration/rails/config/environments/development.rb".freeze, "spec/integration/rails/config/environments/selenium.rb".freeze, "spec/integration/rails/config/environments/test.rb".freeze, "spec/integration/rails/config/initializers/inflections.rb".freeze, "spec/integration/rails/config/initializers/mime_types.rb".freeze, "spec/integration/rails/config/initializers/new_rails_defaults.rb".freeze, "spec/integration/rails/config/locales/en.yml".freeze, "spec/integration/rails/config/routes.rb".freeze, "spec/integration/rails/public/404.html".freeze, "spec/integration/rails/public/422.html".freeze, "spec/integration/rails/public/500.html".freeze, "spec/integration/rails/script/about".freeze, "spec/integration/rails/script/console".freeze, "spec/integration/rails/script/dbconsole".freeze, "spec/integration/rails/script/destroy".freeze, "spec/integration/rails/script/generate".freeze, "spec/integration/rails/script/performance/benchmarker".freeze, "spec/integration/rails/script/performance/profiler".freeze, "spec/integration/rails/script/performance/request".freeze, "spec/integration/rails/script/plugin".freeze, "spec/integration/rails/script/process/inspector".freeze, "spec/integration/rails/script/process/reaper".freeze, "spec/integration/rails/script/process/spawner".freeze, "spec/integration/rails/script/runner".freeze, "spec/integration/rails/script/server".freeze, "spec/integration/rails/test/integration/button_click_test.rb".freeze, "spec/integration/rails/test/integration/fill_in_test.rb".freeze, "spec/integration/rails/test/integration/link_click_test.rb".freeze, "spec/integration/rails/test/integration/webrat_test.rb".freeze, "spec/integration/rails/test/test_helper.rb".freeze, "spec/integration/sinatra/Rakefile".freeze, "spec/integration/sinatra/classic_app.rb".freeze, "spec/integration/sinatra/modular_app.rb".freeze, "spec/integration/sinatra/test/classic_app_test.rb".freeze, "spec/integration/sinatra/test/modular_app_test.rb".freeze, "spec/integration/sinatra/test/test_helper.rb".freeze, "spec/private/core/configuration_spec.rb".freeze, "spec/private/core/field_spec.rb".freeze, "spec/private/core/link_spec.rb".freeze, "spec/private/core/logging_spec.rb".freeze, "spec/private/core/session_spec.rb".freeze, "spec/private/mechanize/mechanize_session_spec.rb".freeze, "spec/private/merb/attaches_file_spec.rb".freeze, "spec/private/merb/merb_session_spec.rb".freeze, "spec/private/nokogiri_spec.rb".freeze, "spec/private/rails/attaches_file_spec.rb".freeze, "spec/private/rails/rails_session_spec.rb".freeze, "spec/private/selenium/application_servers/rails_spec.rb".freeze, "spec/public/basic_auth_spec.rb".freeze, "spec/public/check_spec.rb".freeze, "spec/public/choose_spec.rb".freeze, "spec/public/click_area_spec.rb".freeze, "spec/public/click_button_spec.rb".freeze, "spec/public/click_link_spec.rb".freeze, "spec/public/fill_in_spec.rb".freeze, "spec/public/locators/field_by_xpath_spec.rb".freeze, "spec/public/locators/field_labeled_spec.rb".freeze, "spec/public/locators/field_with_id_spec.rb".freeze, "spec/public/matchers/contain_spec.rb".freeze, "spec/public/matchers/have_selector_spec.rb".freeze, "spec/public/matchers/have_tag_spec.rb".freeze, "spec/public/matchers/have_xpath_spec.rb".freeze, "spec/public/reload_spec.rb".freeze, "spec/public/save_and_open_spec.rb".freeze, "spec/public/select_date_spec.rb".freeze, "spec/public/select_datetime_spec.rb".freeze, "spec/public/select_spec.rb".freeze, "spec/public/select_time_spec.rb".freeze, "spec/public/selenium/application_server_factory_spec.rb".freeze, "spec/public/selenium/application_servers/external_spec.rb".freeze, "spec/public/selenium/selenium_session_spec.rb".freeze, "spec/public/set_hidden_field_spec.rb".freeze, "spec/public/submit_form_spec.rb".freeze, "spec/public/visit_spec.rb".freeze, "spec/public/within_spec.rb".freeze, "spec/rcov.opts".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "vendor/selenium-server.jar".freeze, "webrat.gemspec".freeze] s.homepage = "http://github.com/brynary/webrat".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby Acceptance Testing for Web applications".freeze s.test_files = ["spec/fakes/test_session.rb".freeze, "spec/integration/merb/app/controllers/application.rb".freeze, "spec/integration/merb/app/controllers/exceptions.rb".freeze, "spec/integration/merb/app/controllers/testing.rb".freeze, "spec/integration/merb/config/environments/development.rb".freeze, "spec/integration/merb/config/environments/rake.rb".freeze, "spec/integration/merb/config/environments/test.rb".freeze, "spec/integration/merb/config/init.rb".freeze, "spec/integration/merb/config/rack.rb".freeze, "spec/integration/merb/config/router.rb".freeze, "spec/integration/merb/spec/spec_helper.rb".freeze, "spec/integration/merb/spec/webrat_spec.rb".freeze, "spec/integration/merb/tasks/merb.thor/app_script.rb".freeze, "spec/integration/merb/tasks/merb.thor/common.rb".freeze, "spec/integration/merb/tasks/merb.thor/gem_ext.rb".freeze, "spec/integration/merb/tasks/merb.thor/ops.rb".freeze, "spec/integration/merb/tasks/merb.thor/utils.rb".freeze, "spec/integration/rack/app.rb".freeze, "spec/integration/rack/test/helper.rb".freeze, "spec/integration/rack/test/webrat_rack_test.rb".freeze, "spec/integration/rails/app/controllers/application.rb".freeze, "spec/integration/rails/app/controllers/buttons_controller.rb".freeze, "spec/integration/rails/app/controllers/fields_controller.rb".freeze, "spec/integration/rails/app/controllers/links_controller.rb".freeze, "spec/integration/rails/app/controllers/webrat_controller.rb".freeze, "spec/integration/rails/app/helpers/buttons_helper.rb".freeze, "spec/integration/rails/app/helpers/fields_helper.rb".freeze, "spec/integration/rails/app/helpers/links_helper.rb".freeze, "spec/integration/rails/config/boot.rb".freeze, "spec/integration/rails/config/environment.rb".freeze, "spec/integration/rails/config/environments/development.rb".freeze, "spec/integration/rails/config/environments/selenium.rb".freeze, "spec/integration/rails/config/environments/test.rb".freeze, "spec/integration/rails/config/initializers/inflections.rb".freeze, "spec/integration/rails/config/initializers/mime_types.rb".freeze, "spec/integration/rails/config/initializers/new_rails_defaults.rb".freeze, "spec/integration/rails/config/routes.rb".freeze, "spec/integration/rails/test/integration/button_click_test.rb".freeze, "spec/integration/rails/test/integration/fill_in_test.rb".freeze, "spec/integration/rails/test/integration/link_click_test.rb".freeze, "spec/integration/rails/test/integration/webrat_test.rb".freeze, "spec/integration/rails/test/test_helper.rb".freeze, "spec/integration/sinatra/classic_app.rb".freeze, "spec/integration/sinatra/modular_app.rb".freeze, "spec/integration/sinatra/test/classic_app_test.rb".freeze, "spec/integration/sinatra/test/modular_app_test.rb".freeze, "spec/integration/sinatra/test/test_helper.rb".freeze, "spec/private/core/configuration_spec.rb".freeze, "spec/private/core/field_spec.rb".freeze, "spec/private/core/link_spec.rb".freeze, "spec/private/core/logging_spec.rb".freeze, "spec/private/core/session_spec.rb".freeze, "spec/private/mechanize/mechanize_session_spec.rb".freeze, "spec/private/merb/attaches_file_spec.rb".freeze, "spec/private/merb/merb_session_spec.rb".freeze, "spec/private/nokogiri_spec.rb".freeze, "spec/private/rails/attaches_file_spec.rb".freeze, "spec/private/rails/rails_session_spec.rb".freeze, "spec/private/selenium/application_servers/rails_spec.rb".freeze, "spec/public/basic_auth_spec.rb".freeze, "spec/public/check_spec.rb".freeze, "spec/public/choose_spec.rb".freeze, "spec/public/click_area_spec.rb".freeze, "spec/public/click_button_spec.rb".freeze, "spec/public/click_link_spec.rb".freeze, "spec/public/fill_in_spec.rb".freeze, "spec/public/locators/field_by_xpath_spec.rb".freeze, "spec/public/locators/field_labeled_spec.rb".freeze, "spec/public/locators/field_with_id_spec.rb".freeze, "spec/public/matchers/contain_spec.rb".freeze, "spec/public/matchers/have_selector_spec.rb".freeze, "spec/public/matchers/have_tag_spec.rb".freeze, "spec/public/matchers/have_xpath_spec.rb".freeze, "spec/public/reload_spec.rb".freeze, "spec/public/save_and_open_spec.rb".freeze, "spec/public/select_date_spec.rb".freeze, "spec/public/select_datetime_spec.rb".freeze, "spec/public/select_spec.rb".freeze, "spec/public/select_time_spec.rb".freeze, "spec/public/selenium/application_server_factory_spec.rb".freeze, "spec/public/selenium/application_servers/external_spec.rb".freeze, "spec/public/selenium/selenium_session_spec.rb".freeze, "spec/public/set_hidden_field_spec.rb".freeze, "spec/public/submit_form_spec.rb".freeze, "spec/public/visit_spec.rb".freeze, "spec/public/within_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 1.2.0".freeze]) end