Skip to content

Provide a nice string representation of a message expectation.

gitlab-qa-bot requested to merge myron/improve-message-expectation-inspect into master

Created by: myronmarston

For the new book, we're using rspec/mocks/standalone in an irb session to demonstrate some concepts. Unfortunately, the existing to_s output of a message expectation is super long and really scary looking. This makes it much nicer.

Merge request reports