From d65c0e8ed702bf130bc02fcc19a4f0532ccfc475 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 10 May 2013 03:50:33 +0000 Subject: [PATCH] remove redundant empty lines from test_show_by_anonymous of IssuesControllerTest git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11816 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/issues_controller_test.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index 0a36b31d6..a1c6bb930 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -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't print recipes - eCookbook - Redmine" end -- 2.39.5