4 Matching Annotations
- Apr 2021
-
stackoverflow.com stackoverflow.com
-
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.
-
-
github.com github.com
-
alias shared_context shared_examples
-