Fix Rubocop error.

This commit is contained in:
Guo Xiang Tan 2017-08-24 15:28:18 +09:00
parent ab017c90c8
commit 41ca527d7a

View File

@ -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',