tiny_mce_article_test.rb 260 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 require File.dirname(__FILE__) + '/../test_helper' class TinyMceArticleTest < Test::Unit::TestCase # this test can be removed when we get real tests for TinyMceArticle should 'be an article' do assert_subclass TextArticle, TinyMceArticle end end