mirror of
https://github.com/discourse/discourse.git
synced 2026-08-13 06:25:11 -05:00
DEV: Fix incorrect description in spec.
This commit is contained in:
@@ -1639,7 +1639,7 @@ describe GroupsController do
|
||||
describe 'for an admin user' do
|
||||
before { sign_in(Fabricate(:admin)) }
|
||||
|
||||
it 'should return 404' do
|
||||
it 'should return 200' do
|
||||
get '/groups/custom/new'
|
||||
|
||||
expect(response.status).to eq(200)
|
||||
|
||||
Reference in New Issue
Block a user