--- !ruby/object:Gem::Specification name: capybara_minitest_spec version: !ruby/object:Gem::Version prerelease: version: 0.1.3 platform: ruby authors: - Jared Ning autorequire: bindir: bin cert_chain: [] date: 2011-09-26 00:00:00 -05:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: capybara prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: minitest prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: "2.0" type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: sinatra prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: 0.9.4 type: :development version_requirements: *id003 description: MiniTest::Spec expectations for Capybara node matchers. email: - jared@redningja.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gemtest - .gitignore - .gitmodules - .rvmrc - Gemfile - README.md - Rakefile - capybara_minitest_spec.gemspec - lib/capybara_minitest_spec.rb - lib/capybara_minitest_spec/version.rb - test/matchers_spec.rb - test/spec_helper.rb - test_app/driver.rb - test_app/fixtures/capybara.jpg - test_app/fixtures/test_file.txt - test_app/public/test.js - test_app/session.rb - test_app/session/all_spec.rb - test_app/session/attach_file_spec.rb - test_app/session/check_spec.rb - test_app/session/choose_spec.rb - test_app/session/click_button_spec.rb - test_app/session/click_link_or_button_spec.rb - test_app/session/click_link_spec.rb - test_app/session/current_host_spec.rb - test_app/session/current_url_spec.rb - test_app/session/fill_in_spec.rb - test_app/session/find_button_spec.rb - test_app/session/find_by_id_spec.rb - test_app/session/find_field_spec.rb - test_app/session/find_link_spec.rb - test_app/session/find_spec.rb - test_app/session/first_spec.rb - test_app/session/has_button_spec.rb - test_app/session/has_content_spec.rb - test_app/session/has_css_spec.rb - test_app/session/has_field_spec.rb - test_app/session/has_link_spec.rb - test_app/session/has_select_spec.rb - test_app/session/has_selector_spec.rb - test_app/session/has_table_spec.rb - test_app/session/has_xpath_spec.rb - test_app/session/headers.rb - test_app/session/javascript.rb - test_app/session/response_code.rb - test_app/session/select_spec.rb - test_app/session/text_spec.rb - test_app/session/uncheck_spec.rb - test_app/session/unselect_spec.rb - test_app/session/within_spec.rb - test_app/test_app.rb - test_app/views/buttons.erb - test_app/views/fieldsets.erb - test_app/views/form.erb - test_app/views/frame_one.erb - test_app/views/frame_two.erb - test_app/views/header_links.erb - test_app/views/host_links.erb - test_app/views/popup_one.erb - test_app/views/popup_two.erb - test_app/views/postback.erb - test_app/views/tables.erb - test_app/views/with_html.erb - test_app/views/with_html_entities.erb - test_app/views/with_js.erb - test_app/views/with_scope.erb - test_app/views/with_simple_html.erb - test_app/views/within_frames.erb - test_app/views/within_popups.erb has_rdoc: true homepage: "" licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" requirements: [] rubyforge_project: capybara_minitest_spec rubygems_version: 1.6.1 signing_key: specification_version: 3 summary: MiniTest::Spec expectations for Capybara node matchers. test_files: - test/matchers_spec.rb - test/spec_helper.rb