Commit b3ea2e6a712275ae482187a3206d6f8e5d8eb1a6
1 parent
ad4bf055
Exists in
master
and in
29 other branches
Remove file created in test
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
test/functional/content_viewer_controller_test.rb
@@ -817,6 +817,8 @@ class ContentViewerControllerTest < Test::Unit::TestCase | @@ -817,6 +817,8 @@ class ContentViewerControllerTest < Test::Unit::TestCase | ||
817 | get :view_page, :profile => profile.identifier, :page => folder.explode_path, :slideshow => true | 817 | get :view_page, :profile => profile.identifier, :page => folder.explode_path, :slideshow => true |
818 | 818 | ||
819 | assert_equal 2, assigns(:images).size | 819 | assert_equal 2, assigns(:images).size |
820 | + | ||
821 | + File.rm_f(filename) | ||
820 | end | 822 | end |
821 | 823 | ||
822 | should 'display source from article' do | 824 | should 'display source from article' do |