Skip to content

Instantly share code, notes, and snippets.

@ChasManRors
Created March 28, 2016 19:42
Show Gist options
  • Save ChasManRors/186d00f6f4253e00785e to your computer and use it in GitHub Desktop.
Save ChasManRors/186d00f6f4253e00785e to your computer and use it in GitHub Desktop.
vmm (ft_parts_not_carrying_over)$ be rake --dry-run db:test:clone_structure
no implicit conversion of nil into String
no implicit conversion of nil into String
no implicit conversion of nil into String
** Invoke db:test:clone_structure (first_time)
** Invoke db:structure:dump (first_time)
** Invoke environment (first_time)
** Execute (dry run) environment
** Invoke db:load_config (first_time)
** Execute (dry run) db:load_config
** Execute (dry run) db:structure:dump
** Invoke db:test:load_structure (first_time)
** Invoke db:test:purge (first_time)
** Invoke environment
** Invoke db:load_config
** Execute (dry run) db:test:purge
** Execute (dry run) db:test:load_structure
** Execute (dry run) db:test:clone_structure
vmm (ft_parts_not_carrying_over)$ be rake --dry-run db:test:prepare
no implicit conversion of nil into String
no implicit conversion of nil into String
no implicit conversion of nil into String
** Invoke db:test:prepare (first_time)
** Invoke db:abort_if_pending_migrations (first_time)
** Invoke environment (first_time)
** Execute (dry run) environment
** Invoke db:load_config (first_time)
** Execute (dry run) db:load_config
** Execute (dry run) db:abort_if_pending_migrations
** Execute (dry run) db:test:prepare
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment