diff --git a/riak.cabal b/riak.cabal
--- a/riak.cabal
+++ b/riak.cabal
@@ -1,5 +1,5 @@
 name:                riak
-version:             1.1.2.2
+version:             1.1.2.3
 synopsis:            A Haskell client for the Riak decentralized data store
 description:
   A Haskell client library for the Riak decentralized data
@@ -44,6 +44,7 @@
 extra-source-files:
                      README.markdown
                      Changes.md
+                     tests/test.yaml
 
 cabal-version:       >=1.8
 
diff --git a/tests/test.yaml b/tests/test.yaml
new file mode 100644
--- /dev/null
+++ b/tests/test.yaml
@@ -0,0 +1,10 @@
+# Riak host
+host: localhost
+
+# Riak ports
+httpPort: 8098
+protoPort: 8087
+
+# String to prefix shell commands that exec riak-admin commands, e.g.
+# "docker exec riak01"
+admin: "sudo"
