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
This commit is contained in:
parent
47235f7b23
commit
4b5677101c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue