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

test/functional/issues_controller_test.rb

index 0a36b31d68cbfdb5c293eb8d6e92e34dc9c36ebb..a1c6bb930ea8bd0840c5f98e463673a45518e7e6 100644 (file)
@@ -870,9 +870,7 @@ class IssuesControllerTest < ActionController::TestCase
     assert_response :success
     assert_template 'show'
     assert_equal Issue.find(1), assigns(:issue)
-
     assert_select 'div.issue div.description', :text => /Unable to print recipes/
-
     # anonymous role is allowed to add a note
     assert_select 'form#issue-form' do
       assert_select 'fieldset' do
@@ -880,7 +878,6 @@ class IssuesControllerTest < ActionController::TestCase
         assert_select 'textarea[name=?]', 'issue[notes]'
       end
     end
-
     assert_select 'title', :text => "Bug #1: Can&#x27;t print recipes - eCookbook - Redmine"
   end