a11yist/test/models/check_test.rb

9 lines
149 B
Ruby
Raw Normal View History

2024-07-23 20:46:11 +02:00
require 'test_helper'
class CheckTest < ActiveSupport::TestCase
2024-07-23 20:46:11 +02:00
test 'the truth' do
skip 'Need to write Check test'
assert true
end
end