RubyGems Navigation menu

minitest-ok 0.3.2

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:
=

install:
=

Versions:

  1. 0.4.0 September 16, 2024 (16 KB)
  2. 0.3.3 August 01, 2021 (14 KB)
  3. 0.3.2 January 17, 2021 (14 KB)
  4. 0.3.1 November 12, 2018 (14 KB)
  5. 0.3.0 November 12, 2018 (14 KB)
Show all versions (7 total)

Runtime Dependencies (1):

minitest >= 0

Owners:

Pushed by:

Authors:

  • makoto kuwata

SHA 256 checksum:

=

Total downloads 22,804

For this version 2,322

Version Released:

License:

MIT-License

Required Ruby Version: >= 1.9

Links: