diff --git a/test/functional/profile_editor_controller_test.rb b/test/functional/profile_editor_controller_test.rb index 3544b2a..5d8a2d3 100644 --- a/test/functional/profile_editor_controller_test.rb +++ b/test/functional/profile_editor_controller_test.rb @@ -74,8 +74,8 @@ class ProfileEditorControllerTest < Test::Unit::TestCase person = create_user('test_user').person get :edit, :profile => 'test_user' assert_response :success - assert_template 'edit_categories' - assert_tag :tag => 'input', :attributes => {:name => 'profile_object[category_ids][]'} + assert_template 'edit' + assert_tag :tag => 'input', :attributes => {:name => 'profile_data[category_ids][]'} end should 'save categorization of profile' do -- libgit2 0.21.2