##// END OF EJS Templates
remove trailing white-spaces from test/unit/news_test.rb....
Toshi MARUYAMA -
r6641:14ecc624a4d5
parent child
Show More
@@ -1,5 +1,5
1 # Redmine - project management software
1 # Redmine - project management software
2 # Copyright (C) 2006-2008 Jean-Philippe Lang
2 # Copyright (C) 2006-2011 Jean-Philippe Lang
3 #
3 #
4 # This program is free software; you can redistribute it and/or
4 # This program is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU General Public License
5 # modify it under the terms of the GNU General Public License
@@ -24,7 +24,6 class NewsTest < ActiveSupport::TestCase
24 { :title => 'Test news', :description => 'Lorem ipsum etc', :author => User.find(:first) }
24 { :title => 'Test news', :description => 'Lorem ipsum etc', :author => User.find(:first) }
25 end
25 end
26
26
27
28 def setup
27 def setup
29 end
28 end
30
29
General Comments 0
You need to be logged in to leave comments. Login now