From 9be4cfbf7dcd6628aabd64ae1026c2d267fb94db Mon Sep 17 00:00:00 2001 From: "J. Paul Daigle" Date: Tue, 2 Dec 2014 13:45:20 -0500 Subject: [PATCH] Update README.md Better test running explanation. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0e03f0e..f535c26 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,9 @@ API Documentation is available on the [BitPay site](https://bitpay.com/api). The code has been fully code documented, and the latest version is always available at the [Rubydoc Site](http://rubydoc.info/gems/bitpay-client). ## Running the Tests +The tests require that environment variables be set for the bitpay server, user name, and password. First run: + + $ source ./spec/set_constants.sh https://test.bitpay.com $ bundle install $ bundle exec rake