diff options
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/.gitkeep | 0 | ||||
| -rw-r--r-- | test/fixtures/fingers.yml | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/test/fixtures/.gitkeep b/test/fixtures/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/test/fixtures/.gitkeep diff --git a/test/fixtures/fingers.yml b/test/fixtures/fingers.yml new file mode 100644 index 0000000..6abb172 --- /dev/null +++ b/test/fixtures/fingers.yml @@ -0,0 +1,11 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html + +one: + nick: MyString + hash: MyString + remote_addr: MyString + +two: + nick: MyString + hash: MyString + remote_addr: MyString |
