Add links to projects in Group projects list (#12843).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11183 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2013-01-14 17:40:51 +00:00
parent 5ea7abcf83
commit 9a80e118b9
2 changed files with 6 additions and 3 deletions

View File

@@ -79,8 +79,11 @@ class GroupsControllerTest < ActionController::TestCase
get :edit, :id => 10
assert_response :success
assert_template 'edit'
assert_tag 'div', :attributes => {:id => 'tab-content-users'}
assert_tag 'div', :attributes => {:id => 'tab-content-memberships'}
assert_select 'div#tab-content-users'
assert_select 'div#tab-content-memberships' do
assert_select 'a', :text => 'Private child of eCookbook'
end
end
def test_update