Colon_Cancer_Predict2/test/coloncancerpredict2_test.rb

8 lines
143 B
Ruby
Raw Normal View History

2022-05-23 10:37:39 +00:00
require 'test_helper'
class Coloncancerpredict2Test < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, Bulletin
end
end