Commit 4ab8db42 authored by Nick Thomas's avatar Nick Thomas

Fix a typo in a spec file

parent f31dd0cd
......@@ -48,8 +48,8 @@ describe 'Edit group settings' do
end
end
context 'with webhook feature enabled' do
it 'shows the menu item' do
context 'with webhook feature disabled' do
it 'does not show the menu item' do
stub_licensed_features(group_webhooks: false)
visit edit_group_path(group)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment