personal_other_paper/test/personal_other_paper_test.rb

8 lines
152 B
Ruby

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