DEV: Fix incorrect description in spec.
This commit is contained in:
parent
56107dbc3e
commit
80f33b5aaf
|
@ -1639,7 +1639,7 @@ describe GroupsController do
|
||||||
describe 'for an admin user' do
|
describe 'for an admin user' do
|
||||||
before { sign_in(Fabricate(:admin)) }
|
before { sign_in(Fabricate(:admin)) }
|
||||||
|
|
||||||
it 'should return 404' do
|
it 'should return 200' do
|
||||||
get '/groups/custom/new'
|
get '/groups/custom/new'
|
||||||
|
|
||||||
expect(response.status).to eq(200)
|
expect(response.status).to eq(200)
|
||||||
|
|
Loading…
Reference in New Issue