mirror of
https://github.com/discourse/discourse.git
synced 2025-09-09 12:21:04 +08:00
Fix Rubocop error.
This commit is contained in:
parent
ab017c90c8
commit
41ca527d7a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue