我在规范中收到以下错误,但表在 dev 中并且在 schema.rb 中:
1) ApiController task015: submit a value
Failure/Error: seed_tags
ActiveRecord::StatementInvalid:
Mysql2::Error: Table 'test_db.tags' doesn't exist: SHOW FULL FIELDS FROM `tags`
# ./app/helpers/application_helper.rb:139:in `block in seed_tags'
如果我运行:
Mon Sep 23$ RAILS_ENV=test rake db:schema:load
然后检查:
show tables;
| tags
弄清楚发生了什么的下一个合乎逻辑的步骤是什么?
谢谢