Sha256: c78e35367c816bceacc0684157426a0f200cee56fa8cd0957bf3783587d7830f

Contents?: true

Size: 298 Bytes

Versions: 31

Compression:

Stored size: 298 Bytes

Contents

OmniAuth.config.test_mode = true
OmniAuth.config.mock_auth[:bookingsync] = OmniAuth::AuthHash.new({
  provider: "bookingsync",
  uid: 123,
  info: {
    business_name: "business name"
  },
  credentials: {
    token: "token",
    refresh_token: "refresh token",
    expires_at: "expires at"
  }
})

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
bookingsync-engine-6.0.1 spec/support/omniauth.rb
bookingsync-engine-6.0.0 spec/support/omniauth.rb
bookingsync-engine-5.1.0 spec/support/omniauth.rb
bookingsync-engine-5.0.0 spec/support/omniauth.rb
bookingsync-engine-4.0.3 spec/support/omniauth.rb
bookingsync-engine-4.0.2 spec/support/omniauth.rb
bookingsync-engine-4.0.1 spec/support/omniauth.rb
bookingsync-engine-4.0.0 spec/support/omniauth.rb
bookingsync-engine-3.0.2 spec/support/omniauth.rb
bookingsync-engine-3.0.1 spec/support/omniauth.rb
bookingsync-engine-3.0.0 spec/support/omniauth.rb
bookingsync-engine-2.0.2 spec/support/omniauth.rb
bookingsync-engine-2.0.1 spec/support/omniauth.rb
bookingsync-engine-2.0.0 spec/support/omniauth.rb
bookingsync-engine-1.1.0 spec/support/omniauth.rb
bookingsync-engine-1.0.2 spec/support/omniauth.rb
bookingsync-engine-1.0.1 spec/support/omniauth.rb
bookingsync-engine-1.0.0 spec/support/omniauth.rb
bookingsync-engine-0.5.0 spec/support/omniauth.rb
bookingsync-engine-0.4.6 spec/support/omniauth.rb