aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/bad_posts.yml
blob: d31ed3d5c6bbe6975fe250a3ce1d4848509485d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# 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
  type: Post