From: Toshi MARUYAMA Date: Fri, 10 May 2013 03:50:11 +0000 (+0000) Subject: remove redundant empty line from test_index_should_not_show_spent_hours_column_withou... X-Git-Tag: 2.4.0~386 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4b5677101c6bd6998dbb73d9e00ab5da8bc4e460;p=redmine.git remove redundant empty line from test_index_should_not_show_spent_hours_column_without_permission of IssuesControllerTest git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11814 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index 9f62be79d..101ddc4ce 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -796,7 +796,6 @@ class IssuesControllerTest < ActionController::TestCase def test_index_should_not_show_spent_hours_column_without_permission Role.anonymous.remove_permission! :view_time_entries get :index, :set_filter => 1, :c => %w(subject spent_hours) - assert_select 'td.spent_hours', 0 end