You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After creating order model and perform rake db:migrate, it is still necessary to run rake db:test:prepare before starting bundle exec rspec spec/models/order_spec.rb. Otherwise the test will fail and complain "Migrations are pending..." This is not mentioned in the book and may cause confusion to other users.
The text was updated successfully, but these errors were encountered:
After creating order model and perform
rake db:migrate
, it is still necessary to runrake db:test:prepare
before startingbundle exec rspec spec/models/order_spec.rb
. Otherwise the test will fail and complain "Migrations are pending..." This is not mentioned in the book and may cause confusion to other users.The text was updated successfully, but these errors were encountered: