From 3e384886db91aa1ec5143ab795753db09c4044d3 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Fri, 12 Sep 2014 11:33:34 -0300 Subject: [PATCH] BlocksTest: remove pagination tests for ArticleBlock --- test/integration/blocks_test.rb | 11 ----------- 1 file changed, 0 insertions(+), 11 deletions(-) diff --git a/test/integration/blocks_test.rb b/test/integration/blocks_test.rb index 862edb1..8ff4845 100644 --- a/test/integration/blocks_test.rb +++ b/test/integration/blocks_test.rb @@ -42,15 +42,4 @@ class BlocksTest < ActionController::IntegrationTest assert_match(/Wasserstoffbombe/, @response.body) end - should 'link correctly in pagination' do - block = blog_on_article_block_bootstrap - p = block.owner - b = block.article - f = Folder.create!(:name => 'Folder1', :profile => p) - b.parent = f - b.save! - get "/profile/#{block.owner.identifier}" - assert_tag :tag => 'a', :attributes => { :href => "/#{p.identifier}/#{f.slug}/#{b.slug}?npage=2" } - end - end -- libgit2 0.21.2