You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
I have managed to narrow an issue with turnip down to what may be a regression in RSpec 2.14.
It seems that specifying additional patterns to match files on does that load specs in those files under 2.14. This is how turnip managed to load .feature files for their gherkin features.
I dug into RSpec's source a bit and observed that files_to_run appears to get set earlier under 2.14 and is not updated when the pattern is changed. I'm not completely sure what that means and was not able to narrow down the change.
I did however come up with a simplified example and steps to reproduce: