Added table jobs and table devices

This commit is contained in:
2021-10-19 17:50:25 +02:00
parent fc293608fa
commit 27fc2aa88c
13 changed files with 239 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