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:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-05-02 14:21:59 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-05-02 14:21:59 +0300
commit9ce099429972726da22253407d98ae8aa1ef167b (patch)
treed074c3f4d05c0c2ba42545a1e96a0992b2dad009 /spec/lib/gitlab/auth_spec.rb
parentd1f5019511a1dc630e97f99bdb1f6b9fe6b02bba (diff)
Rubocop and whitespace
Diffstat (limited to 'spec/lib/gitlab/auth_spec.rb')
-rw-r--r--spec/lib/gitlab/auth_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/auth_spec.rb b/spec/lib/gitlab/auth_spec.rb
index 2c2f7ed0665..16083f90bb4 100644
--- a/spec/lib/gitlab/auth_spec.rb
+++ b/spec/lib/gitlab/auth_spec.rb
@@ -37,7 +37,7 @@ describe Gitlab::Auth, lib: true do
ip = 'ip'
expect(gl_auth).to receive(:rate_limit!).with(ip, success: false, login: login)
- expect(gl_auth.find(login, 'bar', project: nil, ip: ip)).to eq ([nil, nil])
+ expect(gl_auth.find(login, 'bar', project: nil, ip: ip)).to eq([nil, nil])
end
end