1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00
thoughtbot--factory_bot_rails/spec
yuuji.yaginuma f718048aa8 Only add exist paths to reloading target
Currently, `factories`, `test/factories` and `spec/factories` are
specified by default as reload watching paths.
In many applications, there are directories which do not exist (perhaps
do not have` spec` if using minitest and do not have` spec` if using
minitest).

In Rails 5 series, if specify a path that does not exist in
`EventedFileUpdateChecker`, its parent is added to the watching path.
As a result, `node_modules` is also included in the watching path, and
unexpectedly many directories and files are included in listen's watching
targets. Also, if symlink is included in `node_modules`, it also causes
warning of listen.

This issue is solved in Rails 6. However, since many applications use
this gem in Rails 5 and below, it is good not to add directories that
do not exist on the gem side.

Ref: https://github.com/rails/rails/issues/32700
2019-02-06 20:02:31 -05:00
..
factory_bot_rails Only add exist paths to reloading target 2019-02-06 20:02:31 -05:00
fixtures Allow reloading of factory definitions 2018-09-08 02:21:47 +00:00
fake_app.rb Allow reloading of factory definitions 2018-09-08 02:21:47 +00:00
spec_helper.rb Allow reloading of factory definitions 2018-09-08 02:21:47 +00:00