From ad80c40944743515a45d70014e8d5ffb88cd74fc Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 25 Jun 2017 00:00:28 -0400 Subject: Started designing index page --- test/fixtures/entries.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/fixtures/entries.yml (limited to 'test/fixtures/entries.yml') diff --git a/test/fixtures/entries.yml b/test/fixtures/entries.yml new file mode 100644 index 0000000..7bb736a --- /dev/null +++ b/test/fixtures/entries.yml @@ -0,0 +1,15 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + title: MyString + body: MyText + directory: MyString + slug: MyString + type: + +two: + title: MyString + body: MyText + directory: MyString + slug: MyString + type: -- cgit 1.4.1