From 0402708dc7263f0b6dc320db12855dab6204f232 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 15 Sep 2009 16:00:16 -0300 Subject: [PATCH] ActionItem1210: adding an explicit environment to users from fixtures --- test/fixtures/users.yml | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index 4f71cff..1cb6fce 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -7,6 +7,7 @@ johndoe: #crypted_password: "ce2/iFrNtQ8=\n" # johndoe, use only if you're using 2-way encryption created_at: <%= 5.days.ago.to_s :db %> # activated_at: <%= 5.days.ago.to_s :db %> # only if you're activating new signups + environment_id: 1 joerandomhacker: id: 2 login: joerandomhacker @@ -15,6 +16,7 @@ joerandomhacker: crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test # activation_code: aaronscode # only if you're activating new signups created_at: <%= 1.days.ago.to_s :db %> + environment_id: 1 ze: id: 3 login: ze @@ -23,3 +25,4 @@ ze: crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test # activation_code: aaronscode # only if you're activating new signups created_at: <%= 1.days.ago.to_s :db %> + environment_id: 1 -- libgit2 0.21.2