From ddd40e190e1361d6be1dfee6ea240a9c22fe57c1 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 4 Dec 2012 11:51:03 -0500 Subject: [PATCH] Fix spec file case --- test/spec/{Connection.js => connection.js} | 0 test/spec/{Util.js => util.js} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/spec/{Connection.js => connection.js} (100%) rename test/spec/{Util.js => util.js} (100%) diff --git a/test/spec/Connection.js b/test/spec/connection.js similarity index 100% rename from test/spec/Connection.js rename to test/spec/connection.js diff --git a/test/spec/Util.js b/test/spec/util.js similarity index 100% rename from test/spec/Util.js rename to test/spec/util.js