Commit cdf9ac9b7292a71857bc0898584970f362a9330b
Exists in
master
and in
22 other branches
Merge commit 'refs/merge-requests/400' of git://gitorious.org/noosfero/noosfero …
…into merge-requests/400
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
test/unit/link_list_block_test.rb
| @@ -23,7 +23,6 @@ class LinkListBlockTest < ActiveSupport::TestCase | @@ -23,7 +23,6 @@ class LinkListBlockTest < ActiveSupport::TestCase | ||
| 23 | 23 | ||
| 24 | should 'list links' do | 24 | should 'list links' do |
| 25 | l = LinkListBlock.new(:links => [{:name => 'products', :address => '/cat/products'}]) | 25 | l = LinkListBlock.new(:links => [{:name => 'products', :address => '/cat/products'}]) |
| 26 | - l.expects(:links).returns([{:name => 'products', :address => '/cat/products'}]) | ||
| 27 | assert_match /products/, l.content | 26 | assert_match /products/, l.content |
| 28 | end | 27 | end |
| 29 | 28 |