diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-23 15:17:11 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-23 15:17:11 +0000 |
commit | b902a9b83d71738c8b5fc0c1c461119e56100b07 (patch) | |
tree | 0e92793ca2ef7eea73dce5f7fdc7427d6a54d608 /lib/tasks/cache.rake | |
parent | 541f7675f9a72a7156811ccc6cd58171b7583934 (diff) | |
parent | b8f12d1917d2befe17cf8e8f47fb70a1bb6a99ff (diff) | |
download | gitlab-ce-b902a9b83d71738c8b5fc0c1c461119e56100b07.tar.gz |
Merge branch 'split-tests' into 'master'
Split rspec and spinach tests in parallel
For https://dev.gitlab.org/gitlab/gitlabhq/issues/2386
See merge request !874
Diffstat (limited to 'lib/tasks/cache.rake')
-rw-r--r-- | lib/tasks/cache.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/cache.rake b/lib/tasks/cache.rake index 753a5a11070..1728dda72cf 100644 --- a/lib/tasks/cache.rake +++ b/lib/tasks/cache.rake @@ -1,5 +1,5 @@ namespace :cache do - desc "GITLAB | Clear redis cache" + desc "GitLab | Clear redis cache" task :clear => :environment do # Hack into Rails.cache until https://github.com/redis-store/redis-store/pull/225 # is accepted (I hope) and we can update the redis-store gem. |