Sha256: e3089edbb5110471ce53eaa1dbd741fb00c602805ce9cd18b8cf94cc8aae731f
Contents?: true
Size: 629 Bytes
Versions: 13
Compression:
Stored size: 629 Bytes
Contents
# frozen_string_literal: true require 'rspeckled/plugins/extensions/omniauth/mock_authentications/ebay' require 'rspeckled/plugins/extensions/omniauth/mock_authentications/facebook' require 'rspeckled/plugins/extensions/omniauth/mock_authentications/twitter' ::OmniAuth.configure do |config| # Setup Mocks for Common Services config.mock_auth[:facebook] = ::Rspeckled::OmniAuth::MockAuthentications::Facebook.authentication config.mock_auth[:twitter] = ::Rspeckled::OmniAuth::MockAuthentications::Twitter.authentication config.mock_auth[:ebay] = ::Rspeckled::OmniAuth::MockAuthentications::Ebay.authentication end
Version data entries
13 entries across 13 versions & 1 rubygems