Added table jobs and devices

This commit is contained in:
2021-10-20 12:17:31 +02:00
parent 799f55335f
commit 842a55be5f
14 changed files with 266 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
require "test_helper"
class DeviceTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end

7
test/models/job_test.rb Normal file
View File

@@ -0,0 +1,7 @@
require "test_helper"
class JobTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end