diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2018-11-15 12:13:50 +0200 |
---|---|---|
committer | George Tsiolis <tsiolis.g@gmail.com> | 2018-11-15 12:15:43 +0200 |
commit | 566ba126f5d8090edc760fe0c20215da73452e47 (patch) | |
tree | 0b4ba9f5b5b99a5957c6dc305eee4155699a18e6 /spec/controllers/registrations_controller_spec.rb | |
parent | 64c35c74f9e878226112897e7c67268358353bc7 (diff) | |
download | gitlab-ce-566ba126f5d8090edc760fe0c20215da73452e47.tar.gz |
Fix typos in lib
Diffstat (limited to 'spec/controllers/registrations_controller_spec.rb')
-rw-r--r-- | spec/controllers/registrations_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/registrations_controller_spec.rb b/spec/controllers/registrations_controller_spec.rb index 898f3863008..d334a2ff566 100644 --- a/spec/controllers/registrations_controller_spec.rb +++ b/spec/controllers/registrations_controller_spec.rb @@ -49,7 +49,7 @@ describe RegistrationsController 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') post(:create, user_params) |