mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 12:38:29 +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)
|
||||
end
|
||||
|
||||
describe '#create' do
|
||||
describe '#create' do
|
||||
it 'should work' do
|
||||
post "/admin/groups.json", group: {
|
||||
name: 'testing',
|
||||
|
|
Loading…
Reference in New Issue
Block a user