Sha256: e75716a0fe3f198f4f1410b26914b089e6965d7713bbc6749f9a029ed9f5d8cf
Contents?: true
Size: 641 Bytes
Versions: 2
Compression:
Stored size: 641 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rspeckled-2.1.1 | lib/rspeckled/plugins/extensions/omniauth.rb |
rspeckled-2.1.0 | lib/rspeckled/plugins/extensions/omniauth.rb |