psanchezp

Changed user name

...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
8 admin = Role.create(name: 'SuperAdmin', erasable: false) 8 admin = Role.create(name: 'SuperAdmin', erasable: false)
9 player = Role.create(name: 'Player', erasable: false) 9 player = Role.create(name: 'Player', erasable: false)
10 User.create!(name: 'Iker', mail: 'i.narvaez@ukko.mx', password: '12345', password_confirmation: '12345', roles: [admin, player]) 10 User.create!(name: 'Iker', mail: 'i.narvaez@ukko.mx', password: '12345', password_confirmation: '12345', roles: [admin, player])
11 -User.create!(name: 'Iker', mail: 'p.sanchez@ukko.mx', password: '12345', password_confirmation: '12345', roles: [admin, player]) 11 +User.create!(name: 'Pato', mail: 'p.sanchez@ukko.mx', password: '12345', password_confirmation: '12345', roles: [admin, player])
12 12
13 # Group stage 13 # Group stage
14 Pool.create!(name: 'Group Stage', editable_until: Date.new(2018, 6, 14).beginning_of_day, active: true) 14 Pool.create!(name: 'Group Stage', editable_until: Date.new(2018, 6, 14).beginning_of_day, active: true)
......