Grosse MàJ
This commit is contained in:
17
P5B/ruby/3dossmanno_annuaire/test/fixtures/users.yml
vendored
Normal file
17
P5B/ruby/3dossmanno_annuaire/test/fixtures/users.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
quentin:
|
||||
id: 1
|
||||
login: quentin
|
||||
email: quentin@example.com
|
||||
salt: 7e3041ebc2fc05a40c60028e2c4901a81035d3cd
|
||||
crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test
|
||||
created_at: <%= 5.days.ago.to_s :db %>
|
||||
activation_code: 8f24789ae988411ccf33ab0c30fe9106fab32e9b
|
||||
activated_at: <%= 5.days.ago.to_s :db %>
|
||||
aaron:
|
||||
id: 2
|
||||
login: aaron
|
||||
email: aaron@example.com
|
||||
salt: 7e3041ebc2fc05a40c60028e2c4901a81035d3cd
|
||||
crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test
|
||||
created_at: <%= 1.days.ago.to_s :db %>
|
||||
activation_code: 8f24789ae988411ccf33ab0c30fe9106fab32e9a
|
25
P5B/ruby/3dossmanno_annuaire/test/fixtures/utilisateurs.yml
vendored
Normal file
25
P5B/ruby/3dossmanno_annuaire/test/fixtures/utilisateurs.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
one:
|
||||
id: 1
|
||||
nom: PFALZGRAF
|
||||
prenom: Christian
|
||||
classe: LPCDED
|
||||
email: christian@pfalzy.net
|
||||
age: 24
|
||||
rue:
|
||||
codePostal:
|
||||
ville:
|
||||
photo:
|
||||
type:
|
||||
two:
|
||||
id: 2
|
||||
nom: DOSSMANN
|
||||
prenom: Olivier
|
||||
classe: LPCDED
|
||||
email: f@f.f
|
||||
age: 23
|
||||
rue: 3, rue des platanes
|
||||
codePostal: 67550
|
||||
ville: VENDENHEIM
|
||||
photo:
|
||||
type:
|
Reference in New Issue
Block a user