summaryrefslogtreecommitdiff
path: root/spec/controllers/sessions_controller_spec.rb
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-11-15 12:13:50 +0200
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-11-15 12:15:43 +0200
commit566ba126f5d8090edc760fe0c20215da73452e47 (patch)
tree0b4ba9f5b5b99a5957c6dc305eee4155699a18e6 /spec/controllers/sessions_controller_spec.rb
parent64c35c74f9e878226112897e7c67268358353bc7 (diff)
downloadgitlab-ce-566ba126f5d8090edc760fe0c20215da73452e47.tar.gz
Fix typos in lib
Diffstat (limited to 'spec/controllers/sessions_controller_spec.rb')
-rw-r--r--spec/controllers/sessions_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/sessions_controller_spec.rb b/spec/controllers/sessions_controller_spec.rb
index 8e25b61e2f1..c691b3f478b 100644
--- a/spec/controllers/sessions_controller_spec.rb
+++ b/spec/controllers/sessions_controller_spec.rb
@@ -89,7 +89,7 @@ describe SessionsController do
end
it 'displays an error when the reCAPTCHA is not solved' do
- # Without this, `verify_recaptcha` arbitraily returns true in test env
+ # Without this, `verify_recaptcha` arbitrarily returns true in test env
Recaptcha.configuration.skip_verify_env.delete('test')
counter = double(:counter)