pagecontent/test/page_content_test.rb

8 lines
138 B
Ruby
Raw Normal View History

2014-05-05 07:05:59 +00:00
require 'test_helper'
class PageContentTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, PageContent
end
end