module_generator/test/module_field_test.rb

8 lines
142 B
Ruby
Raw Normal View History

2023-10-04 13:02:40 +00:00
require 'test_helper'
class ModuleFieldTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, ModuleGenerator
end
end