From f235d7a642b6382fa603181eef08813bbdbe7443 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Mon, 13 May 2013 21:54:41 -0400 Subject: [PATCH] Rename test/util.js to test/test.js since we are about to create a module for testing utility functions. --- test/test.html | 2 +- test/{util.js => test.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{util.js => test.js} (100%) diff --git a/test/test.html b/test/test.html index 92344f56..21bb8b77 100644 --- a/test/test.html +++ b/test/test.html @@ -14,7 +14,7 @@ - + diff --git a/test/util.js b/test/test.js similarity index 100% rename from test/util.js rename to test/test.js