~cytrogen/masto-fe

ref: 9b2bc3d1de301c686208b43a8efef5bc808f8e4e masto-fe/spec/support/omniauth_mocks.rb -rw-r--r-- 172 bytes
9b2bc3d1 — Eugen Rochko Add recent searches in web UI (#26834) 2 years ago
                                                                                
1
2
3
4
5
6
7
# frozen_string_literal: true

OmniAuth.config.test_mode = true

def mock_omniauth(provider, data)
  OmniAuth.config.mock_auth[provider] = OmniAuth::AuthHash.new(data)
end