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