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:
parent
d65c0e8ed7
commit
68ef3aeaa8
|
@ -885,9 +885,7 @@ class IssuesControllerTest < ActionController::TestCase
|
||||||
@request.session[:user_id] = 2
|
@request.session[:user_id] = 2
|
||||||
get :show, :id => 1
|
get :show, :id => 1
|
||||||
assert_response :success
|
assert_response :success
|
||||||
|
|
||||||
assert_select 'a', :text => /Quote/
|
assert_select 'a', :text => /Quote/
|
||||||
|
|
||||||
assert_select 'form#issue-form' do
|
assert_select 'form#issue-form' do
|
||||||
assert_select 'fieldset' do
|
assert_select 'fieldset' do
|
||||||
assert_select 'legend', :text => 'Change properties'
|
assert_select 'legend', :text => 'Change properties'
|
||||||
|
|
Loading…
Reference in New Issue