Generate Deeply Nested Frontend Fixtures
The original default pattern, `frontend/fixtures/*.rb`, only searches in the `fixtures` directory for rspec files. `**/*.rb` is needed to find rspec files in nested directories, such as those in the `ee/spec/frontend/fixtures/analytics` folder.
Showing
Please register or sign in to comment