フロントエンドプレイアブル
This commit is contained in:
19
test/fixtures/turns.yml
vendored
Normal file
19
test/fixtures/turns.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
number: 1
|
||||
phase: MyString
|
||||
game_state:
|
||||
possible_orders:
|
||||
orders:
|
||||
svg_date: MyText
|
||||
game: one
|
||||
|
||||
two:
|
||||
number: 1
|
||||
phase: MyString
|
||||
game_state:
|
||||
possible_orders:
|
||||
orders:
|
||||
svg_date: MyText
|
||||
game: two
|
||||
Reference in New Issue
Block a user