Commit e156f71d4fbf786614c790d4f2d0dcb47a5f2798

Authored by JoenioCosta
1 parent 8e6fe0be

ActionItem355: oops: remove more duplicated tests

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1813 3f533792-8f58-4932-b0fe-aaf55b0a4547
test/functional/profile_editor_controller_test.rb
@@ -207,16 +207,6 @@ class ProfileEditorControllerTest < Test::Unit::TestCase @@ -207,16 +207,6 @@ class ProfileEditorControllerTest < Test::Unit::TestCase
207 assert_equal false, Profile['ze'].public_profile 207 assert_equal false, Profile['ze'].public_profile
208 end 208 end
209 209
210 - should 'save profile publication option set to true' do  
211 - post :edit, :profile => 'ze', :profile_data => { :public_profile => 'true' }  
212 - assert_equal true, Profile['ze'].public_profile  
213 - end  
214 -  
215 - should 'save profile publication option set to false' do  
216 - post :edit, :profile => 'ze', :profile_data => { :public_profile => 'false' }  
217 - assert_equal false, Profile['ze'].public_profile  
218 - end  
219 -  
220 should 'show error messages for' 210 should 'show error messages for'
221 211
222 should 'edit enterprise' do 212 should 'edit enterprise' do