From 2812a3d553f68b75a8b7027e548c58bde946a6eb Mon Sep 17 00:00:00 2001 From: Eric Rowell Date: Mon, 20 May 2013 22:42:57 -0700 Subject: [PATCH] accidentally removed labelTests from Thorfile. aded it back --- Thorfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Thorfile b/Thorfile index 2798f82d..fb596b7a 100644 --- a/Thorfile +++ b/Thorfile @@ -36,7 +36,8 @@ class Build < Thor "tests/js/unit/plugins/pathTests.js", "tests/js/unit/plugins/regularPolygonTests.js", "tests/js/unit/plugins/starTests.js", - "tests/js/unit/plugins/textPathTests.js" + "tests/js/unit/plugins/textPathTests.js", + "tests/js/unit/plugins/labelTests.js" ] if !File.directory?("dist")