Registry / testing / test-bench-fixture

test-bench-fixture

JSON →
library3.0.0.0rbrubygemsunverified

A TestBench fixture is a pre-defined, reusable test abstraction that allows any class to use the TestBench DSL by including TestBench::Fixture.

gem install test_bench-fixture
INSTALL
IMPORT
SIG · TEST-BENCH-FIXTURE
T
test-bench-fixture
testingrubyv3.0.0.0
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.

TestBench::Fixture
require 'test_bench/fixture'

Define and run a TestBench fixture

require 'test_bench/fixture' class MyFixture include TestBench::Fixture def call context "Example" do test "Passes" do assert true end end end end MyFixture.new.()
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
test-bench-fixture — gem install test-bench-fixture · libregistry