From b06f37d502b6170bf2b6f97b21295734b4df8a27 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Tue, 16 Sep 2014 09:32:32 +0100 Subject: [PATCH] Moves unit tests to integration. --- test/{unit-test.js => integration-test.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/{unit-test.js => integration-test.js} (99%) diff --git a/test/unit-test.js b/test/integration-test.js similarity index 99% rename from test/unit-test.js rename to test/integration-test.js index 32a50794..3e631b3d 100644 --- a/test/unit-test.js +++ b/test/integration-test.js @@ -74,7 +74,7 @@ var redefineContext = function(redefinitions, options) { return cssContext(context); }; -vows.describe('clean-units').addBatch({ +vows.describe('integration tests').addBatch({ 'identity': cssContext({ 'preserve minified content': 'a{color:#f10}' }), -- 2.34.1