Skip to content

Encode the output of the exception presenter properly

gitlab-qa-bot requested to merge fix_encoding_output into master

Created by: JonRowe

Without the magic comment the exception presenter mangles the encoding of it's strings (due to the default literal encoding being ASCII on 1.9.3 etc) this fixes it. Check rspec/rspec-expectations#847

Merge request reports