remove redundant empty line from test_index_with_spent_hours_column of IssuesControllerTest
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11813 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
2542afbc3b
commit
47235f7b23
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue