a11yist/test/models/check_test.rb
david 55df5bbb40
Some checks failed
/ Checkout (push) Successful in 1m32s
/ Run tests (push) Successful in 1m6s
/ Run system tests (push) Failing after 1m35s
/ Build, push and deploy image (push) Successful in 11s
Fails system tests
2024-07-23 20:46:11 +02:00

8 lines
149 B
Ruby

require 'test_helper'
class CheckTest < ActiveSupport::TestCase
test 'the truth' do
skip 'Need to write Check test'
assert true
end
end