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:
Toshi MARUYAMA 2013-05-10 03:50:44 +00:00
parent d65c0e8ed7
commit 68ef3aeaa8
1 changed files with 0 additions and 2 deletions

View File

@ -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'