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