diff options
Diffstat (limited to 'test/fixtures/users.yml')
| -rw-r--r-- | test/fixtures/users.yml | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ | |||
| 1 | # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html | ||
| 2 | |||
| 3 | one: | ||
| 4 | login: MyString | ||
| 5 | email: MyString | ||
| 6 | crypted_password: MyString | ||
| 7 | salt: MyString | ||
| 8 | |||
| 9 | two: | ||
| 10 | login: MyString | ||
| 11 | email: MyString | ||
| 12 | crypted_password: MyString | ||
| 13 | salt: MyString | ||
