cancer_predict/test/cancerpredict_test.rb

8 lines
137 B
Ruby
Raw Normal View History

2019-11-15 00:44:28 +00:00
require 'test_helper'
class CancerpredictTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, Bulletin
end
end