From baa5155d92d822db0d9b528bfcad3d9520cea845 Mon Sep 17 00:00:00 2001 From: Cliffano Subagio Date: Fri, 15 Aug 2014 19:26:50 +1000 Subject: [PATCH] Add prefix to suite names. --- test/cli/job.js | 2 +- test/cli/util.js | 2 +- test/cli/view.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/cli/job.js b/test/cli/job.js index a8cc38d..d3835bc 100644 --- a/test/cli/job.js +++ b/test/cli/job.js @@ -8,7 +8,7 @@ var assert = referee.assert; text.setLocale('en'); -buster.testCase('job', { +buster.testCase('cli - job', { setUp: function () { this.mockConsole = this.mock(console); this.mockFs = this.mock(fs); diff --git a/test/cli/util.js b/test/cli/util.js index 96c3ab5..2b96250 100644 --- a/test/cli/util.js +++ b/test/cli/util.js @@ -6,7 +6,7 @@ var assert = referee.assert; text.setLocale('en'); -buster.testCase('util - statusByColor', { +buster.testCase('cli - util - statusByColor', { 'should show the correct status for all supported colors': function () { assert.equals(util.statusByColor('blue'), 'OK'); assert.equals(util.statusByColor('green'), 'OK'); diff --git a/test/cli/view.js b/test/cli/view.js index 4681a14..0d13355 100644 --- a/test/cli/view.js +++ b/test/cli/view.js @@ -8,7 +8,7 @@ var assert = referee.assert; text.setLocale('en'); -buster.testCase('view', { +buster.testCase('cli - view', { setUp: function () { this.mockConsole = this.mock(console); this.mockFs = this.mock(fs);