From a6eea1a843c29112a737e77d6cb813c8980fb836 Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 8 Feb 2009 15:15:43 +0100 Subject: added basic user model and user_id on page model to introduce the concept of authors. --- test/fixtures/users.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/fixtures/users.yml (limited to 'test/fixtures') diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml new file mode 100644 index 00000000..74fafbdd --- /dev/null +++ b/test/fixtures/users.yml @@ -0,0 +1,13 @@ +# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html + +one: + login: MyString + email: MyString + crypted_password: MyString + salt: MyString + +two: + login: MyString + email: MyString + crypted_password: MyString + salt: MyString -- cgit v1.3