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);