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
This commit is contained in:
parent
644455d56b
commit
d65c0e8ed7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue