This repository has been archived on 2023-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
nccu-announcement/test/bulletin_test.rb

8 lines
132 B
Ruby

require 'test_helper'
class BulletinTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, Bulletin
end
end