RubyGems Navigation menu

minitest-ok 0.3.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)
Show all versions (6 total)

Runtime Dependencies (1):

minitest >= 0

Owners:

Authors:

  • makoto kuwata

SHA 256 checksum:

bc3c7d8a221b9d49dc03c374378cfb04f1d768f68d43e1921cb915a5650bdfeb

Total downloads 18,914

For this version 1,651

License:

MIT-License

Required Ruby Version: >= 1.9

Links: