Jon Rowe
Jon Rowe
:wave: The ability to add a custom failure message already exists: e.g. ``` expect(subject.awesome_color).to( start_with('g'), "Expected colour to start with 'g' was #{subject.awesome_color}\n" \ "Context: @colours #{@colours}, Date #{@date}" )...
Yes, the places you need to look are our formatters (to handle the extra output), you will need to consider how to track the "context" one suggestion from #2616 is...
Closing due to inactivity and we're migrating to the monorepo.
Hi, thanks for reporting this, can you spin up a reproducible snippet for us? A backtrace doesn't help much :) @yujinakayama this looks like it's coming from the snippet extractor,...
If you could produce a little spec suite that causes the problem that would be ideal, no knowledge of rspec required, just vanilla install and a spec / file combo...
Closing due to inactivity duringthe monorepo migration as there was never a reproduction.
:wave: Can you explain your problem in more detail? What are you trying to achieve thats causing this?
The problem's pretty clear, Chinese string's being passed in from the command line on windows are not being parsed properly, the issue I, we, have is trying to replicate it...
Closing due to inactivity, we don't have anyone Chinese to help.
They do still apply for what its worth, but the line number inclusion rule takes priority, you tell us to run an example we run it, if you added a...