Skip to content

Instantly share code, notes, and snippets.

@ZakharDay
Created August 8, 2012 01:54
Show Gist options
  • Save ZakharDay/3291356 to your computer and use it in GitHub Desktop.
Save ZakharDay/3291356 to your computer and use it in GitHub Desktop.
rake db:test:prepare
You have 3 pending migrations:
20120803113515 CreateComments
20120803210239 ActsAsFollowerMigration
20120805161832 AddSecretToSocialServices
Run `rake db:migrate` to update your database then try again.
=================================================================================
RAILS_ENV=test rake db:test:prepare
rake aborted!
Could not find table 'digital_media_verticals'
Tasks: TOP => db:test:prepare => db:abort_if_pending_migrations => environment
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment