From b3ea2e6a712275ae482187a3206d6f8e5d8eb1a6 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 13 Jan 2010 15:27:01 -0300 Subject: [PATCH] Remove file created in test --- test/functional/content_viewer_controller_test.rb | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/test/functional/content_viewer_controller_test.rb b/test/functional/content_viewer_controller_test.rb index 0c60f9c..ee8933b 100644 --- a/test/functional/content_viewer_controller_test.rb +++ b/test/functional/content_viewer_controller_test.rb @@ -817,6 +817,8 @@ class ContentViewerControllerTest < Test::Unit::TestCase get :view_page, :profile => profile.identifier, :page => folder.explode_path, :slideshow => true assert_equal 2, assigns(:images).size + + File.rm_f(filename) end should 'display source from article' do -- libgit2 0.21.2