Sha256: dfcba9707cef314a1af36fefdcee3fbb766bd724757eda644be2de7bf88351d5
Contents?: true
Size: 1.2 KB
Versions: 1
Compression:
Stored size: 1.2 KB
Contents
# CapybaraExtensions [Capybara](https://github.com/jnicklas/capybara) has an intuitive API which mimics the language of an actual user. This library extends Capybara's finders and matchers with additional methods for interacting with tables, lists, and list items, as well as many HTML5 elements. ## Installation Add this line to your application's Gemfile: gem 'capybara-extensions' And then execute: $ bundle Or install it yourself as: $ gem install capybara-extensions ## Setup Require `capybara-extensions`: ```ruby require 'capybara-extensions' ``` ## The DSL A complete reference of the finders and matchers added by CapybaraExtensions is available at [Rubydoc.info](http://rubydoc.info/github/dockyard/capybara-extensions). You can read more about the library in [this blog post](http://reefpoints.dockyard.com/2013/11/11/capybara-extensions.html). ## Versioning This gem follows [semantic versioning](http://semver.org). ## Contributing Please see our [contribution guidelines](/CONTRIBUTING.md) on how to properly submit issues and pull requests. ## Legal [DockYard, Inc](http://dockyard.com) © 2013 Licensed under the [MIT license](http://www.opensource.org/licenses/mit-license.php).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capybara-extensions-0.3.2 | README.md |