From: Toshi MARUYAMA Date: Fri, 10 May 2013 03:50:44 +0000 (+0000) Subject: remove redundant empty lines from test_show_by_manager of IssuesControllerTest X-Git-Tag: 2.4.0~383 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=68ef3aeaa848b752f60908b8d8a2c9bc2aa9d74f;p=redmine.git remove redundant empty lines from test_show_by_manager of IssuesControllerTest git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11817 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index a1c6bb930..586013dd4 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -885,9 +885,7 @@ class IssuesControllerTest < ActionController::TestCase @request.session[:user_id] = 2 get :show, :id => 1 assert_response :success - assert_select 'a', :text => /Quote/ - assert_select 'form#issue-form' do assert_select 'fieldset' do assert_select 'legend', :text => 'Change properties'