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