Added table jobs and devices
This commit is contained in:
7
test/fixtures/devices.yml
vendored
Normal file
7
test/fixtures/devices.yml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
device_id: MyString
|
||||
|
||||
two:
|
||||
device_id: MyString
|
||||
11
test/fixtures/jobs.yml
vendored
Normal file
11
test/fixtures/jobs.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
job_id:
|
||||
params:
|
||||
type:
|
||||
|
||||
two:
|
||||
job_id:
|
||||
params:
|
||||
type:
|
||||
Reference in New Issue
Block a user