From 7461a9530875523c65c027950b78a2496581e600 Mon Sep 17 00:00:00 2001 From: juniorsilva Date: Mon, 19 May 2014 16:00:22 -0300 Subject: [PATCH] topic-forum: testing specific tag presence AI3135 --- test/unit/article_test.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/test/unit/article_test.rb b/test/unit/article_test.rb index fa241f5..6e5b395 100644 --- a/test/unit/article_test.rb +++ b/test/unit/article_test.rb @@ -1669,6 +1669,7 @@ class ArticleTest < ActiveSupport::TestCase post = fast_create(TextileArticle, :name => 'First post', :profile_id => community.id, :parent_id => forum.id, :last_changed_by_id => author.id) assert post.allow_edit?(author) + assert_select 'a', 'button with-text icon-delete' end should 'has a empty list of followers by default' do -- libgit2 0.21.2