spec/support/test_server.yml.example in ripple-0.9.5 vs spec/support/test_server.yml.example in ripple-1.0.0.beta

- old
+ new

@@ -1,2 +1,14 @@ -bin_dir: /Users/sean/Development/riak/rel/riak/bin -temp_dir: /Users/sean/Development/ripple/.riaktest +# This is where the test server node will be generated. Something on +# /tmp is usually ok. +root: .riak-client-test-server + +# This is where Riak is installed on your system, that is, the path to +# the 'riak' and 'riak-admin' scripts. I use a self-built node, but +# here's where it will generally be on various platforms: +# +# Linux: /usr/sbin +# Solaris/OpenSolaris: /opt/riak/bin +# Mac OS/X (Homebrew): /usr/local/bin +# Source/Self built: /path/to/your/install/rel/riak/bin +# +source: /Users/sean/Development/riak/rel/riak/bin