DEV: Fix incorrect description in spec.

This commit is contained in:
Guo Xiang Tan 2020-07-24 10:54:26 +08:00
parent 56107dbc3e
commit 80f33b5aaf
No known key found for this signature in database
GPG Key ID: FBD110179AAC1F20
1 changed files with 1 additions and 1 deletions

View File

@ -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)