Fix issue with yielding in stubbed mocks
Fix issue with splatting values for failed match data This prevented the use of "description" and "failure_message" in some matches like `respond_to`.
Allow some forms of string interpolation in group and example descriptions.