Merge pull request #2105 from jouve/improve_admin_views
Improve admin section
This commit is contained in:
commit
cf8b3692cd
10 changed files with 38 additions and 33 deletions
|
@ -11,6 +11,10 @@ class AdminActiveTab < Spinach::FeatureSteps
|
|||
ensure_active_main_tab('Projects')
|
||||
end
|
||||
|
||||
Then 'the active main tab should be Groups' do
|
||||
ensure_active_main_tab('Groups')
|
||||
end
|
||||
|
||||
Then 'the active main tab should be Users' do
|
||||
ensure_active_main_tab('Users')
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue