RubyGems Navigation menu

minitest-ok 0.3.3

Using Minitest::Ok, you can write: * 'ok {1+1} == 2' instead of 'assert_equal 2, 1+1', * 'ok {1+1} > 0' instead of 'assert_operator 1+1, :>, 0', * 'ok {5}.in?(1..9)' instead of 'assert_include 1..9, 5', and so on.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.3.3 - August 01, 2021 (14 KB)
  2. 0.3.2 - January 17, 2021 (14 KB)
  3. 0.3.1 - November 12, 2018 (14 KB)
  4. 0.3.0 - November 12, 2018 (14 KB)
  5. 0.2.0 - September 06, 2016 (13.5 KB)
Show all versions (6 total)

Runtime Dependencies (1):

minitest >= 0

Owners:

Pushed by:

Authors:

  • makoto kuwata

SHA 256 checksum:

73ae17f8a9d3e96d5d82fca9d5858fa3594f207bcedeec0dee359bc112023caf

Total downloads 18,873

For this version 8,123

License:

MIT-License

Required Ruby Version: >= 1.9

Links: