Creacion de modelos

This commit is contained in:
2024-09-11 20:39:53 -03:00
parent 205e238428
commit e5b3a8335e
16 changed files with 108 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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