るりまサーチ

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.023秒)
トップページ > クエリ:MIN[x] > クエリ:it[x] > クエリ:assert_includes[x]

別のキーワード

  1. minitest/spec it

ライブラリ

モジュール

検索結果

MiniTest::Assertions#assert_includes(collection, object, message = nil) -> true (24101.0)

与えられたコレクションにオブジェクトが含まれている場合、検査にパスしたことになります。

...文字列か Proc を指定します。Proc である場合は Proc#call した
結果を使用します。

@raise MiniTest::Assertion 第一引数のオブジェクトが include? メソッドを持たない場合に発生します。
...