From: Toshi MARUYAMA Date: Fri, 10 May 2013 03:50:22 +0000 (+0000) Subject: remove redundant empty line from test_index_with_fixed_version_column of IssuesContro... X-Git-Tag: 2.4.0~385 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=644455d56bc4394114d0cd99b63a711aea4300fd;p=redmine.git remove redundant empty line from test_index_with_fixed_version_column of IssuesControllerTest git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11815 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index 101ddc4ce..0a36b31d6 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -801,7 +801,6 @@ class IssuesControllerTest < ActionController::TestCase def test_index_with_fixed_version_column get :index, :set_filter => 1, :c => %w(fixed_version) - assert_select 'table.issues td.fixed_version' do assert_select 'a[href=?]', '/versions/2', :text => '1.0' end