spec/fixtures/rails.single.config.xml in hudson-0.3.0 vs spec/fixtures/rails.single.config.xml in hudson-0.3.1

- old
+ new

@@ -62,12 +62,12 @@ <hudson.tasks.Shell> <command>bundle exec rake db:create:all</command> </hudson.tasks.Shell> <hudson.tasks.Shell> <command>if [ -f db/schema.rb ]; then - bundle exec rake db:migrate -else bundle exec rake db:schema:load +else + bundle exec rake db:migrate fi </command> </hudson.tasks.Shell> <hudson.tasks.Shell> <command>bundle exec rake</command>