From 2d2c7bc2ed89f2332904cba05820fce588f5ee01 Mon Sep 17 00:00:00 2001 From: Robert Allen Date: Thu, 24 Oct 2013 19:45:49 +0100 Subject: [PATCH] Update and rename cy-gb.js to cy.js --- test/lang/{cy-gb.js => cy.js} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename test/lang/{cy-gb.js => cy.js} (99%) diff --git a/test/lang/cy-gb.js b/test/lang/cy.js similarity index 99% rename from test/lang/cy-gb.js rename to test/lang/cy.js index fd7b21070..bf7a421c9 100644 --- a/test/lang/cy-gb.js +++ b/test/lang/cy.js @@ -5,9 +5,9 @@ var moment = require("../../moment"); Welsh *************************************************/ -exports["lang:cy-gb"] = { +exports["lang:cy"] = { setUp : function (cb) { - moment.lang('cy-gb'); + moment.lang('cy'); cb(); }, @@ -354,7 +354,7 @@ exports["lang:cy-gb"] = { "returns the name of the language" : function (test) { if (typeof module !== 'undefined' && module.exports) { - test.equal(require('../../lang/cy-gb'), 'cy-gb', "module should export cy-gb"); + test.equal(require('../../lang/cy'), 'cy', "module should export cy"); } test.done(); -- 2.47.2