Much base work started
This commit is contained in:
23
test/fixtures/works.yml
vendored
Normal file
23
test/fixtures/works.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
title: MyString
|
||||
year: 1
|
||||
director: MyString
|
||||
description: MyText
|
||||
rating: 9.99
|
||||
organized: false
|
||||
poster_path: MyString
|
||||
backdrop_path: MyString
|
||||
metadata: MyText
|
||||
|
||||
two:
|
||||
title: MyString
|
||||
year: 1
|
||||
director: MyString
|
||||
description: MyText
|
||||
rating: 9.99
|
||||
organized: false
|
||||
poster_path: MyString
|
||||
backdrop_path: MyString
|
||||
metadata: MyText
|
||||
Reference in New Issue
Block a user