Module: Minitest::Keyword

Included in:
Test
Defined in:
lib/minitest/keyword.rb,
lib/minitest/keyword/version.rb

Overview

The module containing overridden assertion methods that will be prepended into the Test class

Defined Under Namespace

Classes: MissingRequiredArgumentError, OverloadedArgumentError

Constant Summary collapse

ALIASES =

Longer names so that the keywords make more sense

{
  a: :expected,
  act: :actual,
  b: :actual,
  cls: :class,
  exp: :expected,
  meth: :method,
  msg: :message,
  obj: :object,
  op: :operator,
  o1: :receiver,
  o2: :argument,
  sym: :symbol
}.freeze
VERSION =
"2.0.0"