diff options
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/downloads.yml | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/test/fixtures/downloads.yml b/test/fixtures/downloads.yml new file mode 100644 index 0000000..cfcc392 --- /dev/null +++ b/test/fixtures/downloads.yml @@ -0,0 +1,15 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: +  name: MyString +  filename: MyString +  type:  +  description: MyText +  hits: 1 + +two: +  name: MyString +  filename: MyString +  type:  +  description: MyText +  hits: 1 | 
