Files
vms/test/models/vehicle_test.rb
David Böhm 132ea2c51d
Some checks are pending
CI / scan_ruby (push) Waiting to run
CI / scan_js (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
Added vehicle scaffold
2024-08-20 19:50:29 +02:00

8 lines
121 B
Ruby

require "test_helper"
class VehicleTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end