remove trailing white-spaces from test/unit/news_test.rb.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6761 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-08-30 05:06:49 +00:00
parent 65e80d46dc
commit 14ecc624a4
1 changed files with 9 additions and 10 deletions

View File

@ -1,5 +1,5 @@
# Redmine - project management software
# Copyright (C) 2006-2008 Jean-Philippe Lang
# Copyright (C) 2006-2011 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@ -24,7 +24,6 @@ class NewsTest < ActiveSupport::TestCase
{ :title => 'Test news', :description => 'Lorem ipsum etc', :author => User.find(:first) }
end
def setup
end