diff --git a/test/functional/my_profile_controller_test.rb b/test/functional/my_profile_controller_test.rb index 6d0c6ba..74ca402 100644 --- a/test/functional/my_profile_controller_test.rb +++ b/test/functional/my_profile_controller_test.rb @@ -46,14 +46,4 @@ class MyProfileControllerTest < Test::Unit::TestCase assert_response 403 # forbidden end - def test_accept_comments - article=profile.articles.create!(:name=>'my article',:body =>'my text',:accept_comments=>true) - assert article.comments.create(:author=>profile,:title=>'A new comment', :body =>'Go go go!') - end - - def test_not_accept_comments - article=profile.articles.create!(:name=>'my article',:body =>'my text',:accept_comments=>true) - assert article.comments.create(:author=>profile,:title=>'A new comment', :body =>'Go go go!') - end - end -- libgit2 0.21.2