factory_bot
factory_bot copied to clipboard
Addresses path collisions on case-insensitive file systems
Replacement for #1581
Why are the changes necessary?
See issue description at https://github.com/thoughtbot/factory_bot/issues/1580
What changes are proposed?
The 2 conflicting file paths are:
-
docs/src/summary.md
: An intro describing the contents -
docs/src/SUMMARY.md
: An index file listing the relevant individual docs
Renames docs/src/summary.md
-> docs/src/readme.md
Renames docs/src/SUMMARY.md
-> docs/src/summary.md
Note that the SUMMARY.md
file has significance to mdbook.
Fixed by https://github.com/thoughtbot/factory_bot/pull/1666 🥳