mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
Fix Rubocop error.
This commit is contained in:
@ -9,7 +9,7 @@ RSpec.describe Admin::GroupsController do
|
||||
sign_in(admin)
|
||||
end
|
||||
|
||||
describe '#create' do
|
||||
describe '#create' do
|
||||
it 'should work' do
|
||||
post "/admin/groups.json", group: {
|
||||
name: 'testing',
|
||||
|
Reference in New Issue
Block a user