event_news/test/bulletin_test.rb

8 lines
139 B
Ruby
Raw Permalink Normal View History

2022-01-21 02:09:31 +00:00
require 'test_helper'
class BulletinTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, Bulletin
end
end