Commit 25e5aec0f125234c1e5f49576df36550ce03cf72
1 parent
89a634f7
Exists in
master
and in
29 other branches
ActionItem141: expressing new type requirement in test
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1168 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
test/unit/tiny_mce_article_test.rb
... | ... | @@ -2,8 +2,9 @@ require File.dirname(__FILE__) + '/../test_helper' |
2 | 2 | |
3 | 3 | class TinyMceArticleTest < Test::Unit::TestCase |
4 | 4 | |
5 | + # this test can be removed when we get real tests for TinyMceArticle | |
5 | 6 | should 'be an article' do |
6 | - assert_subclass Article, TinyMceArticle | |
7 | + assert_subclass TextArticle, TinyMceArticle | |
7 | 8 | end |
8 | 9 | |
9 | 10 | end | ... | ... |