official_module/test/official_module_test.rb

8 lines
151 B
Ruby
Raw Normal View History

2021-07-15 09:08:06 +00:00
require 'test_helper'
class OfficialModuleTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, OfficialModule
end
end