Clean up test.rake

This commit is contained in:
blackst0ne 2018-05-10 16:40:10 +11:00
parent 56fa093b0e
commit a17bff2044
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ namespace :gitlab do
cmds = [
%w(rake brakeman),
%w(rake rubocop),
%w(rake spinach),
%w(rake spec),
%w(rake karma)
]