When I run the current test in a spec file with shared_examples, then rspec does _not_ run my test, but another. I think because shared_examples are "injected" into the spec file, fooling the line number mechanism. Is it just me?
When I run the current test in a spec file with shared_examples, then rspec does not run my test, but another.
I think because shared_examples are "injected" into the spec file, fooling the line number mechanism.
Is it just me?