Commit 1a37d56e053d7fed866eb00b5faebe640ced94ed
1 parent
62248e7e
Exists in
master
and in
20 other branches
Removed useless broken test
Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>
Showing
1 changed file
with
0 additions
and
10 deletions
Show diff stats
src/noosfero-spb/software_communities/test/functional/software_communities_plugin_controller_test.rb
| @@ -56,16 +56,6 @@ class SoftwareCommunitiesPluginControllerTest < ActionController::TestCase | @@ -56,16 +56,6 @@ class SoftwareCommunitiesPluginControllerTest < ActionController::TestCase | ||
| 56 | assert_equal 0, licenses.count | 56 | assert_equal 0, licenses.count |
| 57 | end | 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 | should 'return the programming languages' do | 59 | should 'return the programming languages' do |
| 70 | xhr :get, :get_field_data, :query => "", :field => "software_language" | 60 | xhr :get, :get_field_data, :query => "", :field => "software_language" |
| 71 | 61 |