We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e0109d + ba53a53 commit bbd3b73Copy full SHA for bbd3b73
bin/git_rails
@@ -49,8 +49,6 @@ if [ ! -z "$migrations" ]; then
49
done
50
51
# RUN THE MIGRATIONS (AND TEST PREPARE)
52
- test_prepare="require 'rake';Rails.application.load_tasks;Rake::Task['db:test:prepare'].invoke"
53
- migrate_commands="$migrate_commands$test_prepare"
54
echo "$migrate_commands" | bundle exec rails c > /dev/null
55
56
# CLEAN UP DOWN MIGRATIONS
0 commit comments