a11yist/test/models/report_test.rb

8 lines
131 B
Ruby
Raw Normal View History

2024-07-22 22:40:56 +02:00
require 'test_helper'
class ReportTest < ActiveSupport::TestCase
2024-07-22 22:40:56 +02:00
test 'the truth' do
assert_not Report.new.valid?
end
end