Chris Hicks
Chris Hicks
Cucumber doesn't even support multiple features in a single file: https://stackoverflow.com/questions/30599752/multiple-feature-inside-single-feature-file I don't think that should be something to worry about. Either the things in the single file being tested...
The issue with background === setup is that this might break developer expectations. My first implementation did exactly that, but the thing is that ExUnit maintains the order that setup...
I think calling it out explicitly would definitely be a good thing, and like you said would cover most use cases.
This will be resolved the moment PR #37 is merged.