Library providing tools for writing and running RSpec tests.
Matcher for testing whether an object is a UUID string.
DEFAULT_EXPECTED_ITEMS
= Object.new
#actual => Object (readonly)
#description => Object
#does_not_match? actual => Boolean
Inverse of #matches? method.
#failure_message => Object
Message for when the object does not match, but was expected to. Make sure to always call #matches? first to set up the matcher state.
#failure_message_when_negated => Object
Message for when the object matches, but was expected not to. Make sure to always call #matches? first to set up the matcher state.
#matches?(actual) => Boolean
Checks if the object is a UUID string.
Back to Documentation | Reference | RSpec | RSpec::SleepingKingStudios | RSpec::SleepingKingStudios::Matchers | RSpec::SleepingKingStudios::Matchers::Core