mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
move test/fixtures to db/seed/fixtures since they are only used for seeding, not testing.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
acquired:
|
||||
id: 1
|
||||
action: ACQUIRED
|
||||
created_at: <%= Time.now %>
|
||||
updated_at: <%= Time.now %>
|
||||
scrapped:
|
||||
id: 2
|
||||
action: SCRAPPED
|
||||
created_at: <%= Time.now %>
|
||||
updated_at: <%= Time.now %>
|
||||
worked:
|
||||
id: 3
|
||||
action: WORKED
|
||||
created_at: <%= Time.now %>
|
||||
updated_at: <%= Time.now %>
|
||||
completed:
|
||||
id: 4
|
||||
action: COMPLETED
|
||||
created_at: <%= Time.now %>
|
||||
updated_at: <%= Time.now %>
|
||||
sold:
|
||||
id: 5
|
||||
action: SOLD
|
||||
created_at: <%= Time.now %>
|
||||
updated_at: <%= Time.now %>
|
||||
Reference in New Issue
Block a user