Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-30 04:55:18 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-30 04:55:18 +0300
commit3371e40bd40ad91f476af52c8d89f022c9895784 (patch)
treec99b5cd7ec0057e1b0772e215ed074463216ffdc
parent9d6ffcfa5f09608d81031c7e366470b9c8a46db8 (diff)
Include brakeman in rake test
-rw-r--r--lib/tasks/gitlab/test.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/gitlab/test.rake b/lib/tasks/gitlab/test.rake
index b4076f8238f..b4c0ae3ff79 100644
--- a/lib/tasks/gitlab/test.rake
+++ b/lib/tasks/gitlab/test.rake
@@ -2,6 +2,7 @@ namespace :gitlab do
desc "GITLAB | Run all tests"
task :test do
cmds = [
+ %W(rake brakeman),
%W(rake rubocop),
%W(rake spinach),
%W(rake spec),