From 5c87e6f899942967c4fa16772d8099c4534d78dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Mahieu?= Date: Mon, 14 Mar 2016 12:59:54 +0100 Subject: [PATCH] Test cleanup Fix #10 --- test/index.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/index.js b/test/index.js index 31d73e7..40ad304 100755 --- a/test/index.js +++ b/test/index.js @@ -332,7 +332,7 @@ describe('Redis', () => { }); }); - describe('#start', () => { + describe('start()', () => { it('sets client to when the connection succeeds', (done) => { @@ -456,7 +456,7 @@ describe('Redis', () => { }); }); - describe('#isReady', () => { + describe('isReady()', () => { it('returns true when when connected', (done) => { @@ -524,7 +524,7 @@ describe('Redis', () => { }); }); - describe('#validateSegmentName', () => { + describe('validateSegmentName()', () => { it('returns an error when the name is empty', (done) => { @@ -574,7 +574,7 @@ describe('Redis', () => { }); }); - describe('#get', () => { + describe('get()', () => { it('passes an error to the callback when the connection is closed', (done) => { @@ -741,7 +741,7 @@ describe('Redis', () => { }); }); - describe('#set', () => { + describe('set()', () => { it('passes an error to the callback when the connection is closed', (done) => { @@ -785,7 +785,7 @@ describe('Redis', () => { }); }); - describe('#drop', () => { + describe('drop()', () => { it('passes an error to the callback when the connection is closed', (done) => { @@ -828,7 +828,7 @@ describe('Redis', () => { }); }); - describe('#stop', () => { + describe('stop()', () => { it('sets the client to null', (done) => {