Revert "Fix lint"

This reverts commit a828efa9be.
This commit is contained in:
KMY 2023-12-21 10:42:45 +09:00
parent a21c0b9d3e
commit 6a2d68f28a
5 changed files with 19 additions and 19 deletions

View file

@ -4,7 +4,7 @@ require 'rails_helper'
describe 'OmniAuth callbacks' do
shared_examples 'omniauth provider callbacks' do |provider|
subject { post send :"user_#{provider}_omniauth_callback_path" }
subject { post send "user_#{provider}_omniauth_callback_path" }
context 'with full information in response' do
before do