From ecc56909efcd0a22a3f9405fad96f7027966191e Mon Sep 17 00:00:00 2001 From: Victor Hugo Alves de Carvalho Date: Wed, 2 Oct 2013 17:50:34 -0300 Subject: [PATCH] Link list tests refactor Signed-of-by: Victor Hugo Alves de Carvalho Signed-of-by: Rafael de Souza Queiroz --- test/unit/link_list_block_test.rb | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/test/unit/link_list_block_test.rb b/test/unit/link_list_block_test.rb index c7dca8a..94f1de1 100644 --- a/test/unit/link_list_block_test.rb +++ b/test/unit/link_list_block_test.rb @@ -23,7 +23,6 @@ class LinkListBlockTest < ActiveSupport::TestCase should 'list links' do l = LinkListBlock.new(:links => [{:name => 'products', :address => '/cat/products'}]) - l.expects(:links).returns([{:name => 'products', :address => '/cat/products'}]) assert_match /products/, l.content end -- libgit2 0.21.2