work towards fixing the build

One spec is failing, somehow.
This commit is contained in:
Steve Klabnik 2012-11-02 18:50:09 -07:00
parent fcc2bfca03
commit d343639240
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ namespace :db do
end
end
task :cucumber => :"db:migrate"
desc "Run all tests for CI"
task "ci" => ["spec", "cucumber"]