diff --git a/test/fixtures/profiles.yml b/test/fixtures/profiles.yml index 6f4a089..2a8a4f6 100644 --- a/test/fixtures/profiles.yml +++ b/test/fixtures/profiles.yml @@ -25,3 +25,11 @@ john_and_joe: template: 'simple' icons_theme: 'simple' theme: 'simple' +ze: + id: 4 + name: "Zé" + identifier: ze + virtual_community_id: 1 + template: 'default' + icons_theme: 'default' + theme: 'default' diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index a36e681..f1f923d 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -15,3 +15,11 @@ joerandomhacker: crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test # activation_code: aaronscode # only if you're activating new signups created_at: <%= 1.days.ago.to_s :db %> +ze: + id: 3 + login: ze + email: ze@example.com + salt: 7e3041ebc2fc05a40c60028e2c4901a81035d3cd + crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test + # activation_code: aaronscode # only if you're activating new signups + created_at: <%= 1.days.ago.to_s :db %> -- libgit2 0.21.2