Registry / testing / minitest-given

minitest-given

JSON →
library3.8.2rbrubygemsunverified

Given is a Minitest::Spec extension that allows the use of Given/When/Then terminology when defining specifications.

gem install minitest-given
INSTALL
IMPORT
SIG · MINITEST-GIVEN
M
minitest-given
testingrubyv3.8.2
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.

Minitest::Given
require 'minitest/given'

Define a specification using Given/When/Then

require 'minitest/given' describe 'addition' do Given(:a) { 2 } Given(:b) { 3 } Then { a + b == 5 } end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.8.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
minitest-given — gem install minitest-given · libregistry