Sha256: 2fa0f11eabbdab1edb6330990e2cc76e2163fbdbbaadc7d594d10f5351e6775f

Contents?: true

Size: 538 Bytes

Versions: 1

Compression:

Stored size: 538 Bytes

Contents

def gman_adapter
  url = 'http://localhost:3000'
  token_url = 'http://localhost:3000/oauth/token'
  # rubocop:disable Metrics/LineLength
  client_id = 'd137a94543da86e52214d3ed86b015f9299ad2fc66681637600afad814cd7d2b'
  client_secret = 'f444a467ddbbaed52297d61a3edc5efd93e9292fc542058786aa13fa366865a3'
  # rubocop:enable Metrics/LineLength

  Gman::Client.new(:url => url,
                   :token_url => token_url,
                   :client_id => client_id,
                   :client_secret => client_secret
                  )
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gman_client-0.0.6 spec/support/gman_adapter.rb