diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/timelog_controller_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/timelog_controller_test.rb b/test/functional/timelog_controller_test.rb index 5ee683f4c..eafea27c7 100644 --- a/test/functional/timelog_controller_test.rb +++ b/test/functional/timelog_controller_test.rb @@ -767,6 +767,7 @@ class TimelogControllerTest < ActionController::TestCase get :index, :project_id => 'ecookbook', :query_id => query.id assert_response :success assert_select 'h2', :text => query.name + assert_select '#sidebar a.selected', :text => query.name end def test_index_atom_feed |