Add tests
Some checks failed
/ Text (push) Failing after 15s
/ Checkout (push) Successful in 1m3s

This commit is contained in:
david 2024-07-22 22:40:56 +02:00
parent 363dfaa7d3
commit cdea0e1218
14 changed files with 116 additions and 52 deletions

View file

@ -1,7 +1,7 @@
require "test_helper"
require 'test_helper'
class ReportTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
test 'the truth' do
assert_not Report.new.valid?
end
end