git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11816
e93f8b46-1217-0410-a6f0-
8f06a7374b81
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
assert_select 'textarea[name=?]', 'issue[notes]'
end
end
-
assert_select 'title', :text => "Bug #1: Can't print recipes - eCookbook - Redmine"
end