patch_file/test/patchfile_test.rb

8 lines
133 B
Ruby
Raw Normal View History

2019-09-28 11:48:59 +00:00
require 'test_helper'
class PatchfileTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, Bulletin
end
end