ruby-client/config/constants.rb
Paul Daigle 671fe5657b Eliminate web driver steps from cucumber
remove capybara completely

undo version bump, there's nothing here but test changes
2015-09-13 17:32:28 -04:00

13 lines
440 B
Ruby

## Verifies test variables have been set correctly
#
# Use 'set_constants.sh' to pre-configure test variables
# e.g.
# source ./spec/set_constants.sh https://test.bitpay.com testuser@gmail.com mypassword
#
APIURI = ENV['BITPAYAPI']
# Specify a bitpay txid which has 6+ confirmations. Default belongs to 'bitpayrubyclient@gmail.com' test account
REFUND_TRANSACTION = ENV['REFUND_TRANSACTION']
REFUND_ADDRESS = ENV['REFUND_ADDRESS']