From 752aeae0d32e728ca54abd2da36cc6bda6bb05ac Mon Sep 17 00:00:00 2001
From: Wei Lu <luwei.here@gmail.com>
Date: Sun, 4 May 2014 13:35:11 +0800
Subject: [PATCH] update integration test descriptions

---
 test/integration/p2sh.js | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/test/integration/p2sh.js b/test/integration/p2sh.js
index ee35261..bd20c95 100644
--- a/test/integration/p2sh.js
+++ b/test/integration/p2sh.js
@@ -12,11 +12,10 @@ var helloblock = require('helloblock-js')({
   network: 'testnet'
 });
 
-describe('integration', function() {
+describe('p2sh', function() {
   this.timeout(10000);
 
-  it('scripthash transactions', function(done) {
-    // 2-of-2 scripthash
+  it('spends from a 2-of-2 address', function(done) {
     var privKeys = [
       '91avARGdfge8E4tZfYLoxeJ5sGBdNJQH4kvjJoQFacbgwmaKkrx',
       '91avARGdfge8E4tZfYLoxeJ5sGBdNJQH4kvjJoQFacbgww7vXtT'