orbit-basic/vendor/built_in_modules/faq/test/faq_test.rb

8 lines
122 B
Ruby
Raw Normal View History

2013-03-28 04:06:10 +00:00
require 'test_helper'
class FaqTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, Faq
end
end