From cd19f82e5126e087ea6ef3b1bc3307bb74efacbd Mon Sep 17 00:00:00 2001 From: Johannes Schleifenbaum Date: Mon, 29 Jul 2013 12:46:00 +0200 Subject: Fix typos --- spec/lib/auth_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/lib') 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 -- cgit v1.2.1