diff options
author | Gabriel Mazetto <gabriel@gitlab.com> | 2015-12-18 18:29:13 -0200 |
---|---|---|
committer | Gabriel Mazetto <gabriel@gitlab.com> | 2015-12-24 19:00:18 -0200 |
commit | 33964469b38e2b36b200b20fe3061371a5f5ab18 (patch) | |
tree | 72a4eaae98645d02803cd212d871dd22d9fca53d /spec/models/application_setting_spec.rb | |
parent | 7b25da74ea017814c3f420bd57470af483617d4f (diff) | |
download | gitlab-ce-33964469b38e2b36b200b20fe3061371a5f5ab18.tar.gz |
WIP require two factor authentication
Diffstat (limited to 'spec/models/application_setting_spec.rb')
-rw-r--r-- | spec/models/application_setting_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/models/application_setting_spec.rb b/spec/models/application_setting_spec.rb index 5f64453a35f..35d8220ae54 100644 --- a/spec/models/application_setting_spec.rb +++ b/spec/models/application_setting_spec.rb @@ -27,6 +27,7 @@ # admin_notification_email :string(255) # shared_runners_enabled :boolean default(TRUE), not null # max_artifacts_size :integer default(100), not null +# runners_registration_token :string(255) # require 'spec_helper' |