diff options
Diffstat (limited to 'activerecord/test/fixtures/bad_posts.yml')
-rw-r--r-- | activerecord/test/fixtures/bad_posts.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/bad_posts.yml b/activerecord/test/fixtures/bad_posts.yml new file mode 100644 index 0000000000..addee8e3bf --- /dev/null +++ b/activerecord/test/fixtures/bad_posts.yml @@ -0,0 +1,9 @@ +# Please do not use this fixture without `set_fixture_class` as Post + +_fixture: + model_class: BadPostModel + +bad_welcome: + author_id: 1 + title: Welcome to the another weblog + body: It's really nice today |