orbit-basic/vendor/built_in_modules/personal_honor/test/personal_honor_test.rb

8 lines
142 B
Ruby
Raw Permalink Normal View History

2012-10-08 08:20:21 +00:00
require 'test_helper'
class PersonalHonorTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, PersonalHonor
end
end