2024-09-05 22:54:38 +02:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
|
|
require "test_helper"
|
2024-07-16 20:22:59 +02:00
|
|
|
|
|
|
|
|
class CheckTest < ActiveSupport::TestCase
|
2024-09-05 22:54:38 +02:00
|
|
|
test "the truth" do
|
|
|
|
|
skip "Need to write Check test"
|
2024-07-23 20:46:11 +02:00
|
|
|
assert true
|
|
|
|
|
end
|
2024-07-16 20:22:59 +02:00
|
|
|
end
|