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

test/functional/issues_controller_test.rb

index a1c6bb930ea8bd0840c5f98e463673a45518e7e6..586013dd4b3a04257600f281aef8074326f7ed0d 100644 (file)
@@ -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'