event_ann/test/bulletin_test.rb

8 lines
137 B
Ruby
Raw Permalink Normal View History

2020-07-13 08:04:57 +00:00
require 'test_helper'
class BulletinTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, BulletinEvent
end
end