Admin teams section added

This commit is contained in:
Andrey Kumanyaev 2013-01-19 21:11:11 +04:00 committed by Dmitriy Zaporozhets
parent 8a86fe7bb0
commit 82499a4cbf
10 changed files with 603 additions and 0 deletions

View file

@ -105,6 +105,10 @@ module SharedPaths
visit admin_groups_path
end
When 'I visit admin teams page' do
visit admin_teams_path
end
# ----------------------------------------
# Generic Project
# ----------------------------------------