Commit 1a37d56e053d7fed866eb00b5faebe640ced94ed

Authored by Tallys Martins
1 parent 62248e7e

Removed useless broken test

Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>
src/noosfero-spb/software_communities/test/functional/software_communities_plugin_controller_test.rb
... ... @@ -56,16 +56,6 @@ class SoftwareCommunitiesPluginControllerTest &lt; ActionController::TestCase
56 56 assert_equal 0, licenses.count
57 57 end
58 58  
59   - should 'render block template' do
60   - xhr :get, :get_block_template
61   -
62   - assert_tag :tag => 'input', :attributes => { :class => "block_download_name" }
63   - assert_tag :tag => 'input', :attributes => { :class => "block_download_link" }
64   - assert_tag :tag => 'input', :attributes => { :class => "block_download_software_description" }
65   - assert_tag :tag => 'input', :attributes => { :class => "block_download_minimum_requirements" }
66   - assert_tag :tag => 'input', :attributes => { :class => "block_download_size" }
67   - end
68   -
69 59 should 'return the programming languages' do
70 60 xhr :get, :get_field_data, :query => "", :field => "software_language"
71 61  
... ...