diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-05-10 03:50:44 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-05-10 03:50:44 +0000 |
commit | 68ef3aeaa848b752f60908b8d8a2c9bc2aa9d74f (patch) | |
tree | 6542314eca59a82e3e77a89bd462955769ea84b3 | |
parent | d65c0e8ed702bf130bc02fcc19a4f0532ccfc475 (diff) | |
download | redmine-68ef3aeaa848b752f60908b8d8a2c9bc2aa9d74f.tar.gz redmine-68ef3aeaa848b752f60908b8d8a2c9bc2aa9d74f.zip |
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
-rw-r--r-- | test/functional/issues_controller_test.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index a1c6bb930..586013dd4 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -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' |