a11yist/test/models/report_test.rb
david cdea0e1218
Some checks failed
/ Text (push) Failing after 15s
/ Checkout (push) Successful in 1m3s
Add tests
2024-07-22 22:40:56 +02:00

7 lines
131 B
Ruby

require 'test_helper'
class ReportTest < ActiveSupport::TestCase
test 'the truth' do
assert_not Report.new.valid?
end
end