Skip to content

Commit ba53a53

Browse files
author
Alex Kwiatkowski
committed
Don't need db:test:prepare now that we are on Rails 4.1
1 parent 0e0109d commit ba53a53

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/git_rails

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ if [ ! -z "$migrations" ]; then
4949
done
5050

5151
# 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"
5452
echo "$migrate_commands" | bundle exec rails c > /dev/null
5553

5654
# CLEAN UP DOWN MIGRATIONS

0 commit comments

Comments
 (0)