Commit c90084dcda21a752b7553f7bfdd79fca1579230b
Committed by
Rafael Reggiani Manzo
1 parent
2daca633
Exists in
web_steps_improvements
and in
9 other branches
removing deprecated test for SellersSearchBlock
Showing
1 changed file
with
0 additions
and
6 deletions
Show diff stats
test/unit/sellers_search_block_test.rb
@@ -10,10 +10,4 @@ class SellersSearchBlockTest < ActiveSupport::TestCase | @@ -10,10 +10,4 @@ class SellersSearchBlockTest < ActiveSupport::TestCase | ||
10 | assert_not_equal Block.new.default_title, SellersSearchBlock.new.default_title | 10 | assert_not_equal Block.new.default_title, SellersSearchBlock.new.default_title |
11 | end | 11 | end |
12 | 12 | ||
13 | - should 'not use a fixed title' do | ||
14 | - block = SellersSearchBlock.new(:title => 'my custom title') | ||
15 | - expects(:render).with(:file => 'search/_sellers_form', :locals => { :title => 'my custom title'}) | ||
16 | - instance_eval(&block.content) | ||
17 | - end | ||
18 | - | ||
19 | end | 13 | end |