summaryrefslogtreecommitdiff
path: root/spec/lib
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2013-07-29 05:11:25 -0700
committerJacob Vosmaer <contact@jacobvosmaer.nl>2013-07-29 05:11:25 -0700
commitb55e22e277bd754d4ab89c046ccbe8f943730c8d (patch)
tree83c0eeabeedec6a14262bcf0edc776adf5ef332d /spec/lib
parent5e0e97ec5dd963a33a6522b0095a15abf987d6e0 (diff)
parentcd19f82e5126e087ea6ef3b1bc3307bb74efacbd (diff)
downloadgitlab-ce-b55e22e277bd754d4ab89c046ccbe8f943730c8d.tar.gz
Merge pull request #4660 from jojosch/fix-typos
Fix typos
Diffstat (limited to 'spec/lib')
-rw-r--r--spec/lib/auth_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/auth_spec.rb b/spec/lib/auth_spec.rb
index a7ce97554ea..903d27686d3 100644
--- a/spec/lib/auth_spec.rb
+++ b/spec/lib/auth_spec.rb
@@ -36,7 +36,7 @@ describe Gitlab::Auth do
end
- it "should create from auth if user doesnot exist"do
+ it "should create from auth if user does not exist"do
User.stub find_by_extern_uid_and_provider: nil
User.stub find_by_email: nil
gl_auth.should_receive :create_from_omniauth