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
path: root/spec
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-23 06:09:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-23 06:09:07 +0300
commitd5f3ebc322dec22bf58d366fd91037c69add3fc0 (patch)
tree40da39f5e1cb3fa7a17b7364767d60ff4dfa73d8 /spec
parent9c71f76e2b49c070c35cb209fe3729e01a7ce92c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec')
-rw-r--r--spec/lib/gitlab/rate_limit_helpers_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/lib/gitlab/rate_limit_helpers_spec.rb b/spec/lib/gitlab/rate_limit_helpers_spec.rb
index 7eee30d60ca..5ab79a2bbfe 100644
--- a/spec/lib/gitlab/rate_limit_helpers_spec.rb
+++ b/spec/lib/gitlab/rate_limit_helpers_spec.rb
@@ -43,6 +43,7 @@ describe Gitlab::RateLimitHelpers, :clean_gitlab_redis_shared_state do
end
expect(class_instance.archive_rate_limit_reached?(nil, project)).to be_truthy
+ expect(class_instance.archive_rate_limit_reached?(user, project)).to be_falsey
end
end
end