guard-migrate
guard-migrate copied to clipboard
:reset option deprecated
WARNING: db:test:clone is deprecated. The Rails test helper now maintains your test schema automatically, see the release notes for details.
I think you can remove this option.
Thanks for submitting the issue. The title indicates the reset
option, but it seems like you are referring to the test_clone
option which is what runs db:test:clone
If you would like to submit a PR that removes that option and creates a dependency on the version of rails where that option was removed, I would be more than happy to merge it.