Skip to content

Commit

Permalink
Add prefix to suite names.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Aug 15, 2014
1 parent 6779fd9 commit baa5155
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/cli/job.js
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion test/cli/util.js
Expand Up @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion test/cli/view.js
Expand Up @@ -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);
Expand Down

0 comments on commit baa5155

Please sign in to comment.