diff --git a/test/api/mocha-helper.coffee b/test/api/api-helper.coffee similarity index 100% rename from test/api/mocha-helper.coffee rename to test/api/api-helper.coffee diff --git a/test/api/challenges.test.coffee b/test/api/challenges.coffee similarity index 100% rename from test/api/challenges.test.coffee rename to test/api/challenges.coffee diff --git a/test/api/groups.test.coffee b/test/api/groups.coffee similarity index 100% rename from test/api/groups.test.coffee rename to test/api/groups.coffee diff --git a/test/api/status.test.coffee b/test/api/status.coffee similarity index 100% rename from test/api/status.test.coffee rename to test/api/status.coffee diff --git a/test/api/subscriptions.test.coffee b/test/api/subscriptions.coffee similarity index 100% rename from test/api/subscriptions.test.coffee rename to test/api/subscriptions.coffee diff --git a/test/api/todos.test.coffee b/test/api/todos.coffee similarity index 100% rename from test/api/todos.test.coffee rename to test/api/todos.coffee diff --git a/test/mocha.opts b/test/mocha.opts index 65ea7791ba..3f0bf9cd67 100644 --- a/test/mocha.opts +++ b/test/mocha.opts @@ -6,4 +6,4 @@ --debug --compilers coffee:coffee-script --globals io ---require test/api/mocha-helper +--require test/api/api-helper