From f6b04c2e07dc4f8ad5af8516d5653118c51f9598 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Fri, 9 Nov 2007 22:06:44 +0000 Subject: [PATCH] ActionItem114: making last integration test pass --- test/integration/manage_documents_test.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/manage_documents_test.rb b/test/integration/manage_documents_test.rb index 9d8cbda..303156b 100644 --- a/test/integration/manage_documents_test.rb +++ b/test/integration/manage_documents_test.rb @@ -50,8 +50,9 @@ class ManageDocumentsTest < ActionController::IntegrationTest def test_removing_an_article + login('ze', 'test') + article = Article.create!(:title => 'to be removed', :body => 'go to hell', :parent_id => Article.find_by_path('ze').id) - count = Article.count get '/myprofile/ze/cms' assert_response :success -- libgit2 0.21.2