View Source Expect.Matchers (Expect v0.1.2)
Summary
Functions
Verifies that expected
is an empty list, map, or tuple
Verifies that expected
is a falsy value -- either nil
or false
Verifies that the provided value
is in the list expected
Verifies that expected
is equal to value
Matches expected
against the provided regular expression using Regex.match?
Functions
Verifies that expected
is an empty list, map, or tuple
Verifies that expected
is a falsy value -- either nil
or false
Verifies that the provided value
is in the list expected
Verifies that expected
is equal to value
Matches expected
against the provided regular expression using Regex.match?