aboutsummaryrefslogtreecommitdiffstats
path: root/test/fixtures
diff options
context:
space:
mode:
authorTeddy Wing2015-01-23 19:45:41 -0500
committerTeddy Wing2015-01-23 19:45:41 -0500
commitc636f067db0f6918872193c8feee86b6ed5dc417 (patch)
treea21eb4ebbdec224eec0f238703ca54835e94dfcc /test/fixtures
parentd7d88ccd11cda59619fea44e14997ed21b5f9a4e (diff)
downloadNotes-angular-demo-c636f067db0f6918872193c8feee86b6ed5dc417.tar.bz2
Generate Note model
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/notes.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/fixtures/notes.yml b/test/fixtures/notes.yml
new file mode 100644
index 0000000..e192dee
--- /dev/null
+++ b/test/fixtures/notes.yml
@@ -0,0 +1,9 @@
+# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
+
+one:
+ title: MyString
+ body: MyText
+
+two:
+ title: MyString
+ body: MyText