diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-17 00:23:09 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-17 00:23:09 -0800 |
commit | 2c893cb380bba56149dcb5b1d6f6daba2af1d8fc (patch) | |
tree | f6587ba1a5697cda34d0a1d158d84fb7e7501169 /db/fixtures | |
parent | 3df135a66c01a2af933349996488889ea26a3048 (diff) | |
download | gitlab-ce-2c893cb380bba56149dcb5b1d6f6daba2af1d8fc.tar.gz |
Fix dev fixture for admin
Diffstat (limited to 'db/fixtures')
-rw-r--r-- | db/fixtures/development/01_admin.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/fixtures/development/01_admin.rb b/db/fixtures/development/01_admin.rb index 1b2dec31323..bba2fc4b186 100644 --- a/db/fixtures/development/01_admin.rb +++ b/db/fixtures/development/01_admin.rb @@ -3,6 +3,7 @@ Gitlab::Seeder.quiet do s.id = 1 s.name = 'Administrator' s.email = 'admin@example.com' + s.notification_email = 'admin@example.com' s.username = 'root' s.password = '5iveL!fe' s.admin = true |