Sha256: 87a52927c4b963738ad4102174a1ad4aeacc1d368a6e39ff2c33d6d7ce9e496e

Contents?: true

Size: 262 Bytes

Versions: 6

Compression:

Stored size: 262 Bytes

Contents

describe GoogleAuthenticator do
  let(:uid_mapped_field) { 'sub' }

  let(:authenticated_user_data) do
    {
      email: 'user@gmail.com',
      sub: '789789789789'
    }
  end
  include_context 'stubbed google requests'
  it_behaves_like 'a authenticator'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rails_api_auth-0.1.0 spec/services/google_authenticator_spec.rb
rails_api_auth-0.0.8 spec/services/google_authenticator_spec.rb
rails_api_auth-0.0.7 spec/services/google_authenticator_spec.rb
rails_api_auth-0.0.6 spec/services/google_authenticator_spec.rb
rails_api_auth-0.0.5 spec/services/google_authenticator_spec.rb
rails_api_auth-0.0.4 spec/services/google_authenticator_spec.rb