README.rdoc in bitcoin-ruby-0.0.3 vs README.rdoc in bitcoin-ruby-0.0.4

- old
+ new

@@ -238,9 +238,14 @@ or, if you want to run a single spec ruby spec/bitcoin/bitcoin_spec.rb +To test the postgres/mysql storage backend, create a database and set it as an environment variable: + + echo "create database bitcoin_test" | psql + TEST_DB_POSTGRES="postgres:/bitcoin_test" rake bacon + If you make changes to the code or add functionality, please also add specs. == Development Any help or feedback is greatly appreciated! From getting knee-deep into elliptic-curve acrobatics,