rosatolen

Results 3 issues of rosatolen

### Prerequisites - [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues) - [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contain the answer to my issue ###...

bug
scope:node
needs:triage

I'm using rustc 1.42.0 (b8cedc004 2020-03-09)

Given the below tests, when I run `m /spec.rb:8`, I expect the `m` runner to only execute the test in scenario2. But instead, it executes both scenario1 and scenario2 because...