Skip to content

Commit 4c4a8c7

Browse files
committed
Add extra users to own the other spaces
1 parent 4e690d7 commit 4c4a8c7

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

test/fixtures/spaces.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ plants:
66
astro:
77
title: TeSS Space Community
88
host: space.mytess.training
9-
user: curator
9+
user: astro_owner
1010

1111
other:
1212
title: Other TeSS Community
1313
host: other.mytess.training
14-
user: curator
14+
user: other_owner

test/fixtures/users.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,15 @@ space_admin:
172172
email: 'plantboss@example.com'
173173
encrypted_password: <%= Devise::Encryptor.digest(User, 'plantsrule') %>
174174
confirmed_at: <%= Time.zone.now %>
175+
176+
astro_owner:
177+
username: 'astro_boss'
178+
email: 'astroboss@example.com'
179+
encrypted_password: <%= Devise::Encryptor.digest(User, 'spacerules') %>
180+
confirmed_at: <%= Time.zone.now %>
181+
182+
other_owner:
183+
username: 'other_boss'
184+
email: 'otherboss@example.com'
185+
encrypted_password: <%= Devise::Encryptor.digest(User, 'password') %>
186+
confirmed_at: <%= Time.zone.now %>

0 commit comments

Comments
 (0)