From b40ff1e06ee21e1b0c880fbe470256ab03c0a30b Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 4 Nov 2013 14:21:12 +0200 Subject: [PATCH] Add db:setup to rake gitlab:test --- lib/tasks/gitlab/test.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/gitlab/test.rake b/lib/tasks/gitlab/test.rake index 03b3fc5..aa2510d 100644 --- a/lib/tasks/gitlab/test.rake +++ b/lib/tasks/gitlab/test.rake @@ -1,4 +1,4 @@ namespace :gitlab do desc "GITLAB | Run both spinach and rspec" - task test: ['spinach', 'spec'] + task test: ['db:setup', 'spinach', 'spec'] end -- libgit2 0.21.2