diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-03-27 13:33:34 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-03-27 13:33:34 -0400 |
| commit | f090feb8d4cacce9a1e8ffcda6cb542917c7e1e1 (patch) | |
| tree | 0b4e9df9a05d7adac4abe162d9692b6047d685b1 /test/fixtures | |
railzZz
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 |
