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.
1 parent 8163ab9 commit dc6b3f1Copy full SHA for dc6b3f1
bin/git_rails
@@ -49,8 +49,8 @@ if [ ! -z "$migrations" ]; then
49
done
50
51
# RUN THE MIGRATIONS (AND TEST PREPARE)
52
+ migrate_commands="$migrate_commandsRake::Task['db:test:prepare'].invoke"
53
echo "$migrate_commands" | bundle exec rails c > /dev/null
- bundle exec rake db:test:prepare > /dev/null
54
55
# CLEAN UP DOWN MIGRATIONS
56
if [ ! -z "$migration_cleanup" ]; then
0 commit comments