るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.061秒)

別のキーワード

  1. specification has_unit_tests?
  2. specification executables=
  3. specification executables
  4. specification dependent_gems
  5. rubygems/specification has_unit_tests?

検索結果

Gem::Specification#has_unit_tests? -> bool (90301.0)

この Gem パッケージがユニットテストを含むかどうか返します。

この Gem パッケージがユニットテストを含むかどうか返します。

真の場合はユニットテストを含みます。そうでない場合は偽を返します。

Gem::Validator#unit_test(gem_spec) (54643.0)

与えられた Gem スペックにしたがってユニットテストを実行します。

与えられた Gem スペックにしたがってユニットテストを実行します。

@param gem_spec Gem::Specification のインスタンスを指定します。