Sha256: ddd8d515695515f35d78194b39a57261df96c340c2e769c7768de4532bc88385

Contents?: true

Size: 387 Bytes

Versions: 31

Compression:

Stored size: 387 Bytes

Contents

module AuthenticationHelper
  CLIENT_SECRET = 'BQBj_AiSFlKCkNIMbCWEYjuJLl6n76QmVsHU6MGDgTUBLZqNiKZ4ALs6Kvm6ulbsW9O81JDdIHyXBndXyhUOxg'

  def authenticate_client
    client_id = '5ac1cda2ad354aeaa1ad2693d33bb98c'
    client_secret = '155fc038a85840679b55a1822ef36b9b'
    VCR.use_cassette('authenticate:client') do
      RSpotify.authenticate(client_id, client_secret)
    end
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
rspotify-2.12.4 spec/authentication_helper.rb
rspotify-2.12.3 spec/authentication_helper.rb
rspotify-2.12.2 spec/authentication_helper.rb
rspotify-2.12.1 spec/authentication_helper.rb
rspotify-2.12.0 spec/authentication_helper.rb
rspotify-2.11.1 spec/authentication_helper.rb
rspotify-2.11.0 spec/authentication_helper.rb
rspotify-2.10.3 spec/authentication_helper.rb
rspotify-2.10.2 spec/authentication_helper.rb
rspotify-2.10.1 spec/authentication_helper.rb
rspotify-2.10.0 spec/authentication_helper.rb
rspotify-2.9.2 spec/authentication_helper.rb
rspotify-2.9.1 spec/authentication_helper.rb
rspotify-2.9.0 spec/authentication_helper.rb
rspotify-2.8.0 spec/authentication_helper.rb
rspotify-2.7.0 spec/authentication_helper.rb
rspotify-2.6.1 spec/authentication_helper.rb
rspotify-2.6.0 spec/authentication_helper.rb
rspotify-2.5.0 spec/authentication_helper.rb
rspotify-2.4.1 spec/authentication_helper.rb