minitest-jasmine
The minitest-jasmine filter is for users of the Jasmine behavior-driven test framework. It:
- maps subclasses of
Minitest::Testtodescribecalls - maps
test_methods inside subclasses ofMinitest::Testtoitcalls - maps
setup,teardown,before, andaftercalls tobeforeEachandafterEachcalls - maps
assertandrefutecalls toexpect…toBeTruthy()andtoBeFalsycalls - maps
assert_equal,refute_equal,.must_equaland.cant_equalcalls toexpect…toBe()calls - maps
assert_in_delta,refute_in_delta,.must_be_within_delta,.must_be_close_to,.cant_be_within_delta, and.cant_be_close_tocalls toexpect…toBeCloseTo()calls - maps
assert_includes,refute_includes,.must_include, and.cant_includecalls toexpect…toContain()calls - maps
assert_match,refute_match,.must_match, and.cant_matchcalls toexpect…toMatch()calls - maps
assert_nil,refute_nil,.must_be_nil, and.cant_be_nillcalls toexpect…toBeNull()calls - maps
assert_operator,refute_operator,.must_be, and.cant_becalls toexpect…toBeGreaterThan()ortoBeLessThancalls