mirror of
https://github.com/fspc/BikeShed-1.git
synced 2025-02-28 16:53:23 -05:00
Bike seed data in fixtures
This commit is contained in:
parent
351f303532
commit
b08197256f
15
test/fixtures/acts_as_loggable/bike_actions.yml
vendored
Normal file
15
test/fixtures/acts_as_loggable/bike_actions.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
acquired:
|
||||||
|
id: 1
|
||||||
|
action: ACQUIRED
|
||||||
|
scrapped:
|
||||||
|
id: 2
|
||||||
|
action: SCRAPPED
|
||||||
|
worked:
|
||||||
|
id: 3
|
||||||
|
action: WORKED
|
||||||
|
completed:
|
||||||
|
id: 4
|
||||||
|
action: COMPLETED
|
||||||
|
sold:
|
||||||
|
id: 5
|
||||||
|
action: SOLD
|
13
test/fixtures/bike_conditions.yml
vendored
Normal file
13
test/fixtures/bike_conditions.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
poor:
|
||||||
|
id: 1
|
||||||
|
condition: POOR
|
||||||
|
fair:
|
||||||
|
id: 2
|
||||||
|
condition: FAIR
|
||||||
|
good:
|
||||||
|
id: 3
|
||||||
|
condition: GOOD
|
||||||
|
excellent:
|
||||||
|
id: 4
|
||||||
|
condition: EXCELLENT
|
||||||
|
|
15
test/fixtures/bike_statuses.yml
vendored
Normal file
15
test/fixtures/bike_statuses.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
undetermined:
|
||||||
|
id: 1
|
||||||
|
status: UNDETERMINED
|
||||||
|
scrap:
|
||||||
|
id: 2
|
||||||
|
status: SCRAP
|
||||||
|
parts:
|
||||||
|
id: 3
|
||||||
|
status: PARTS
|
||||||
|
buildbike:
|
||||||
|
id: 4
|
||||||
|
status: BUILDBIKE
|
||||||
|
sale:
|
||||||
|
id: 5
|
||||||
|
status: SALE
|
Loading…
x
Reference in New Issue
Block a user