RubyGems Navigation menu

minitest-ok 0.1.0

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)
  6. 0.1.0 - November 22, 2015 (13.5 KB)
Show all versions (6 total)

Runtime Dependencies (1):

minitest >= 0

Owners:

Authors:

  • makoto kuwata

SHA 256 checksum:

55373af9b838e113078f6de94c52c46a1cc1a8e9cf35cb923d62460340d58741

Total downloads 18,897

For this version 2,276

License:

MIT-License

Required Ruby Version: >= 1.9

Links: