diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index 4f7f43dc2..9f62be79d 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -790,7 +790,6 @@ class IssuesControllerTest < ActionController::TestCase def test_index_with_spent_hours_column get :index, :set_filter => 1, :c => %w(subject spent_hours) - assert_select 'table.issues tr#issue-3 td.spent_hours', :text => '1.00' end