remove trailing white-spaces and an empty line from unit journal observer test.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5807 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-05-17 01:16:04 +00:00
parent de13c0007b
commit 435e9b326c
1 changed files with 7 additions and 8 deletions

View File

@ -125,5 +125,4 @@ class JournalObserverTest < ActiveSupport::TestCase
assert issue.save
assert_equal 0, ActionMailer::Base.deliveries.size
end
end