faq/test/faq_test.rb

8 lines
122 B
Ruby
Raw Normal View History

2014-05-05 07:57:25 +00:00
require 'test_helper'
class FaqTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, Faq
end
end