Sha256: cdba3822b3d5d5bcc17abc5ca6288af1aa32f61eb69c68c77cd691415eaa2c61

Contents?: true

Size: 550 Bytes

Versions: 29

Compression:

Stored size: 550 Bytes

Contents

module Pageflow
  FactoryBot.define do
    factory :authentication_token, class: AuthenticationToken do
      user
      provider { 'default' }
      auth_token do
        'QEVuQwAAElPhP47/EQeKvGyQL0asd9DITXSBzT4fg5SL++gkPCuPJGW8LFHyuvEtp5X4sZTn++'\
        'I59UKjJ5rEB67k2p8iJw+8nNVFBZ288G6DlSpTteDLvoIvBSbremWg7Hz123apFkQCGTJuZV61eu'\
        'QVhQ5KAvnLl0HwJ1JSjM0aXUUF1fL1gEOFaoB2x/T56p4BnKzZjtIWfuB+pmtygsL47C8TTyjint0V'\
        'u7Oa47C/uMngIRb6AZYi4FU9uPXkJonakaCwI'
      end
      expiry_time { Time.at(925_036_800_00) }
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
pageflow-17.0.4 spec/factories/authentication_tokens.rb
pageflow-17.0.3 spec/factories/authentication_tokens.rb
pageflow-17.0.2 spec/factories/authentication_tokens.rb
pageflow-17.0.1 spec/factories/authentication_tokens.rb
pageflow-17.0.0 spec/factories/authentication_tokens.rb
pageflow-16.2.0 spec/factories/authentication_tokens.rb
pageflow-16.1.0 spec/factories/authentication_tokens.rb
pageflow-16.0.0 spec/factories/authentication_tokens.rb
pageflow-15.8.0 spec/factories/authentication_tokens.rb
pageflow-15.7.1 spec/factories/authentication_tokens.rb
pageflow-15.7.0 spec/factories/authentication_tokens.rb
pageflow-15.6.1 spec/factories/authentication_tokens.rb
pageflow-15.6.0 spec/factories/authentication_tokens.rb
pageflow-15.5.0 spec/factories/authentication_tokens.rb
pageflow-15.4.0 spec/factories/authentication_tokens.rb
pageflow-15.3.0 spec/factories/authentication_tokens.rb
pageflow-15.2.2 spec/factories/authentication_tokens.rb
pageflow-15.2.1 spec/factories/authentication_tokens.rb
pageflow-15.2.0 spec/factories/authentication_tokens.rb
pageflow-15.1.2 spec/factories/authentication_tokens.rb