rspec / rspec-core

RSpec runner and formatters
http://rspec.info
MIT License
1.23k stars 765 forks source link

Make inspection value for Example::Procsy be the same as class name of it #2915

Closed neko314 closed 3 years ago

neko314 commented 3 years ago

I found inspect for Example::Procsy a little bit different from it's class name. Actually, I searched ExampleProcsy class to debug. I think It's better that inspection of instance shows the class name.

In this PR, I update the return value from ExampleProcsy to Example::Procsy.

neko314 commented 3 years ago

@pirj Thanks for your review and approving!

The one of jobs on CI - RSpec CI / Legacy Ruby Builds (JRuby 1.7 1.8 mode) (pull_request) failed. I couldn't make it green by my self. Does it related to #2909 or not?

JonRowe commented 3 years ago

Thanks!