Also if I replace the shared_context with shared_examples and accordingly include it in test case. Passes
Shouldn't make a difference if it's an alias. So why did it?
Also if I replace the shared_context with shared_examples and accordingly include it in test case. Passes
Shouldn't make a difference if it's an alias. So why did it?
If you look at the source code you'll see that they're exactly the same thing.
alias shared_context shared_examples