From 4e94e31aa0acda54ae962840b57ae42ca6e71185 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Wed, 25 Feb 2015 18:47:09 -0800 Subject: rails generate scaffold Download --- test/fixtures/downloads.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/fixtures/downloads.yml (limited to 'test/fixtures') 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 -- cgit v1.2.3