mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 15:57:14 +08:00
Fix Rubocop error.
This commit is contained in:
parent
ab017c90c8
commit
41ca527d7a
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user