From ef9f1a79ab6825f235811fb5e27db7fa0f2f4058 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Mon, 13 May 2013 13:46:05 -0300 Subject: [PATCH] Removing obsolete test --- test/functional/catalog_controller_test.rb | 7 ------- 1 file changed, 0 insertions(+), 7 deletions(-) diff --git a/test/functional/catalog_controller_test.rb b/test/functional/catalog_controller_test.rb index 3638a7a..6456410 100644 --- a/test/functional/catalog_controller_test.rb +++ b/test/functional/catalog_controller_test.rb @@ -72,13 +72,6 @@ class CatalogControllerTest < ActionController::TestCase assert_tag :tag => 'span', :attributes => { :class => 'product-price with-discount' }, :content => /50.00/ end - should 'add an zero width space every 4 caracters of comment urls' do - url = 'www.an.url.to.be.splited.com' - prod = @enterprise.products.create!(:name => 'Product test', :price => 50.00, :product_category => @product_category, :description => url) - get :index, :profile => @enterprise.identifier - assert_tag :a, :attributes => { :href => "http://" + url}, :content => url.scan(/.{4}/).join('​') - end - should 'show action moved to manage_products controller' do assert_raise ActionController::RoutingError do get :show, :id => 1 -- libgit2 0.21.2