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