This is the API documentation for minitest/spec: Ruby Standard Library Documentation.
Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more
New to Ruby? You may find these links helpful: syntax, control expressions, assignment, methods, modules + classes, and operator precedence.
This is the API documentation for minitest/spec: Ruby Standard Library Documentation.
::register_spec_type (MiniTest::Spec)
#must_be (MiniTest::Expectations)
#must_be_close_to (MiniTest::Expectations)
#must_be_empty (MiniTest::Expectations)
#must_be_instance_of (MiniTest::Expectations)
#must_be_kind_of (MiniTest::Expectations)
#must_be_nil (MiniTest::Expectations)
#must_be_same_as (MiniTest::Expectations)
#must_be_silent (MiniTest::Expectations)
#must_be_within_delta (MiniTest::Expectations)
#must_be_within_epsilon (MiniTest::Expectations)
#must_equal (MiniTest::Expectations)
#must_include (MiniTest::Expectations)
#must_match (MiniTest::Expectations)
#must_output (MiniTest::Expectations)
#must_raise (MiniTest::Expectations)
#must_respond_to (MiniTest::Expectations)
#must_send (MiniTest::Expectations)
#must_throw (MiniTest::Expectations)
#wont_be (MiniTest::Expectations)
#wont_be_close_to (MiniTest::Expectations)
#wont_be_empty (MiniTest::Expectations)
#wont_be_instance_of (MiniTest::Expectations)
#wont_be_kind_of (MiniTest::Expectations)
#wont_be_nil (MiniTest::Expectations)
#wont_be_same_as (MiniTest::Expectations)
#wont_be_within_delta (MiniTest::Expectations)
#wont_be_within_epsilon (MiniTest::Expectations)
#wont_equal (MiniTest::Expectations)
#wont_include (MiniTest::Expectations)