Sha256: e492d5df3517f0f33180ed31ad6fb59fdea2c160e09a5a8b3286e632d5a601da
Contents?: true
Size: 355 Bytes
Versions: 6
Compression:
Stored size: 355 Bytes
Contents
options = { app_name: 'TEST APP', api_endpoint: 'http://buyer.sandbox1.nuorder.com', oauth_consumer_key: ENV['OAUTH_CONSUMER_KEY'], oauth_consumer_secret: ENV['OAUTH_CONSUMER_SECRET'], oauth_token: ENV['OAUTH_TOKEN'], oauth_token_secret: ENV['OAUTH_TOKEN_SECRET'] } shared_examples 'options client' do let!(:options_client) { options } end
Version data entries
6 entries across 6 versions & 1 rubygems