フロントエンドプレイアブル
This commit is contained in:
0
test/fixtures/files/.keep
vendored
Normal file
0
test/fixtures/files/.keep
vendored
Normal file
11
test/fixtures/games.yml
vendored
Normal file
11
test/fixtures/games.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
title: MyString
|
||||
participants_count: 1
|
||||
memo: MyText
|
||||
|
||||
two:
|
||||
title: MyString
|
||||
participants_count: 1
|
||||
memo: MyText
|
||||
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
|
||||
11
test/fixtures/users.yml
vendored
Normal file
11
test/fixtures/users.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
one:
|
||||
username: UserOne
|
||||
email: one@example.com
|
||||
password_digest: <%= BCrypt::Password.create('password') %>
|
||||
admin: false
|
||||
|
||||
two:
|
||||
username: UserTwo
|
||||
email: two@example.com
|
||||
password_digest: <%= BCrypt::Password.create('password') %>
|
||||
admin: false
|
||||
Reference in New Issue
Block a user