Commit b7c6693dc2f65032b3caaee285db5b6230765991

Authored by AntonioTerceiro
1 parent 966d7d6d

ActionItem392: removing pending test


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1942 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
test/functional/search_controller_test.rb
... ... @@ -809,8 +809,6 @@ class SearchControllerTest < Test::Unit::TestCase
809 809 assert_equal 1, assigns(:counts)[cat2.id][1]
810 810 end
811 811  
812   - should 'test somehow the display of events as calendar'
813   -
814 812 should 'provide calendar for events' do
815 813 get :index, :find_in => [ 'events' ]
816 814 assert_equal 0, assigns(:calendar).size % 7
... ...