I'm using kicker 3 with rails 4.1, but I'm seeing the following error whenever my schema file changes:
Kicker: rake db:test:prepare
WARNING: db:test:prepare is deprecated. The Rails test helper now maintains your test schema automatically, see the release notes for details.
I suspect the rails recipe is running db:test:prepare when the schema file changes.
I'm using kicker 3 with rails 4.1, but I'm seeing the following error whenever my schema file changes:
I suspect the rails recipe is running
db:test:preparewhen the schema file changes.