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

Installeer:
=

Versies:

  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)
Toon alle versies (7 totaal)

Runtime afhankelijkheden (1):

minitest >= 0

Eigenaren:

Pushed by:

Authors:

  • makoto kuwata

SHA 256 checksum:

=

Total downloads 22.804

Voor deze versie 2.322

Versie vrijgegeven:

Licentie:

MIT-License

Required Ruby Version: >= 1.9

Links: