diff options
Diffstat (limited to 'test/functional/timelog_controller_test.rb')
-rw-r--r-- | test/functional/timelog_controller_test.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/timelog_controller_test.rb b/test/functional/timelog_controller_test.rb index a0ef98a64..d07f7a946 100644 --- a/test/functional/timelog_controller_test.rb +++ b/test/functional/timelog_controller_test.rb @@ -100,8 +100,7 @@ class TimelogControllerTest < ActionController::TestCase get :edit, :id => 2, :project_id => nil assert_response :success assert_template 'edit' - # Default activity selected - assert_tag :tag => 'form', :attributes => { :action => '/projects/ecookbook/time_entries/2' } + assert_tag :tag => 'form', :attributes => { :action => '/time_entries/2' } end def test_get_edit_with_an_existing_time_entry_with_inactive_activity |