]> source.dussan.org Git - redmine.git/commitdiff
remove redundant empty line from test_index_with_spent_hours_column of IssuesControll...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 10 May 2013 03:50:00 +0000 (03:50 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 10 May 2013 03:50:00 +0000 (03:50 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11813 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/issues_controller_test.rb

index 4f7f43dc2fdf77fa73e3ea77254167185b7c5454..9f62be79d439e5d5f71c12ff171a20dd4cde8656 100644 (file)
@@ -790,7 +790,6 @@ class IssuesControllerTest < ActionController::TestCase
 
   def test_index_with_spent_hours_column
     get :index, :set_filter => 1, :c => %w(subject spent_hours)
-
     assert_select 'table.issues tr#issue-3 td.spent_hours', :text => '1.00'
   end