Registry / testing / test-unit-capybara

test-unit-capybara

JSON →
library1.1.1rbrubygemsunverified

test-unit-capybara is a Capybara adapter for test-unit 2, providing integrated Test::Unit::TestCase and useful assertions for Capybara.

gem install test-unit-capybara
INSTALL
IMPORT
SIG · TEST-UNIT-CAPYBARA
T
test-unit-capybara
testingrubyv1.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Test::Unit::Capybara
require 'test-unit-capybara'

Basic test using Capybara with Test::Unit

require 'test-unit-capybara' class MyTest < Test::Unit::TestCase include Capybara::DSL def test_homepage visit '/' assert page.has_content?('Hello') end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
test-unit-capybara — gem install test-unit-capybara · libregistry