Commit b3ea2e6a712275ae482187a3206d6f8e5d8eb1a6

Authored by Antonio Terceiro
1 parent ad4bf055

Remove file created in test

test/functional/content_viewer_controller_test.rb
... ... @@ -817,6 +817,8 @@ class ContentViewerControllerTest < Test::Unit::TestCase
817 817 get :view_page, :profile => profile.identifier, :page => folder.explode_path, :slideshow => true
818 818  
819 819 assert_equal 2, assigns(:images).size
  820 +
  821 + File.rm_f(filename)
820 822 end
821 823  
822 824 should 'display source from article' do
... ...