Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Need db:migrate before running specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarib committed Apr 7, 2012
1 parent b8793ec commit c12b2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ require File.expand_path('../config/application', __FILE__)

Hdo::Application.load_tasks

task :default => :spec
task :default => %w[db:migrate spec]

0 comments on commit c12b2d0

Please sign in to comment.