capybara 0.1.1
Capybara aims to simplify the process of integration testing Rack applications, such as Rails, Sinatra or Merb. It is inspired by and aims to replace Webrat as a DSL for interacting with a webapplication. It is agnostic about the driver running your tests and currently comes bundled with rack-test, Culerity and Selenium support built in.
Gemfile:
=
install:
=
Runtime Dependencies (5):
culerity
>= 0.2.3
database_cleaner
>= 0.2.3
nokogiri
>= 1.3.3
rack
>= 1.0.0
selenium-webdriver
>= 0.0.3
Development Dependencies (1):
hoe
>= 2.3.3