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

test/functional/issues_controller_test.rb

index d0f8f587bb07f2d7e6dcc465b3359848337653ed..4f7f43dc2fdf77fa73e3ea77254167185b7c5454 100644 (file)
@@ -780,9 +780,7 @@ class IssuesControllerTest < ActionController::TestCase
 
   def test_index_with_done_ratio_column
     Issue.find(1).update_attribute :done_ratio, 40
-
     get :index, :set_filter => 1, :c => %w(done_ratio)
-
     assert_select 'table.issues td.done_ratio' do
       assert_select 'table.progress' do
         assert_select 'td.closed[style=?]', 'width: 40%;'