v0.6.2
Fixes
-
ignore
feature was documented, but not implemented.
Now, you actually can set up your ownignore
pattern and it will be respected. -
Matchers propagate inner failures.
In order to test the behavior along with performance, you always could do something likeexpect do expect(query).to match(expected_result) end.to perform_constant_number_of_queries
Previously, in case if the inner expectation was not met, you would receive a very weird error. Now, you will get an actual error message of the inner expectation.