remove redundant empty lines from test_index_with_done_ratio_column of IssuesControllerTest

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11812 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-05-10 03:49:48 +00:00
parent 83d3aaf170
commit 2542afbc3b
1 changed files with 0 additions and 2 deletions

View 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%;'