Skip to content

Commit bf0b9ed

Browse files
committed
Converting test files to use dash naming
1 parent 5bbfde5 commit bf0b9ed

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require('sinon-as-promised')(Bluebird);
77
var TarHelper = require('../server/utils/tar-helper');
88
var Configuration = require('../server/configuration');
99

10-
describe('module/checkBuild', function() {
10+
describe('module/check-build', function() {
1111
var dispatcherStub;
1212
var storageStub;
1313
var actionsStub;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require('sinon-as-promised')(Bluebird);
77

88
var Configuration = require('../server/configuration');
99

10-
describe('module/serviceListener', function() {
10+
describe('module/service-listener', function() {
1111
var dispatcherStub;
1212
var storageStub;
1313

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var path = require('path');
99
var TarHelper = require('../server/utils/tar-helper');
1010
var dirHelper = require('../server/utils/dir-helper');
1111

12-
describe('module/tarHelper', function() {
12+
describe('module/tar-helper', function() {
1313
var tmpData;
1414

1515
before(function() {

0 commit comments

Comments
 (0)