mirror of
https://github.com/redmine/redmine.git
synced 2026-03-09 22:20:55 +01:00
remove redundant empty lines from test_show_by_manager of IssuesControllerTest
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11817 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user